home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 201 / MF_UK_201_1.iso / pc / DiscContents / Software / Top freeware / VDrift 080805 / vdrift-2008-08-05-mac.dmg / docs / ChangeLog < prev    next >
Encoding:
Text File  |  2008-08-06  |  351.7 KB  |  8,605 lines

  1. ------------------------------------------------------------------------
  2. r1990 | alexr | 2008-05-08 22:58:48 -0700 (Thu, 08 May 2008) | 5 lines
  3.  
  4. implement double-sided texture. re-use blended transparent flag (number 5).
  5. 1 means texture is blended, 2 texture is doublesided.
  6.  
  7. removed global track parameter cull faces.
  8.  
  9. ------------------------------------------------------------------------
  10. r1989 | joevenzon | 2008-04-29 11:15:51 -0700 (Tue, 29 Apr 2008) | 3 lines
  11.  
  12. Reverted changes from R1888.
  13.  
  14.  
  15. ------------------------------------------------------------------------
  16. r1988 | joevenzon | 2008-04-29 11:13:22 -0700 (Tue, 29 Apr 2008) | 3 lines
  17.  
  18. Updating driver drawing coordinate system.
  19.  
  20.  
  21. ------------------------------------------------------------------------
  22. r1987 | rookie1 | 2008-04-28 06:25:46 -0700 (Mon, 28 Apr 2008) | 1 line
  23.  
  24. Added a property called frustum_culled to SCENENODE. And update this property in graphics.cpp base on the result of frustum culling. This is used by pygtk track editor.
  25. ------------------------------------------------------------------------
  26. r1981 | joevenzon | 2008-04-20 20:31:44 -0700 (Sun, 20 Apr 2008) | 4 lines
  27.  
  28. Fixed a bug with how I was passing the AABB to my spatial partitioning 
  29. "colspeedup" class.
  30.  
  31.  
  32. ------------------------------------------------------------------------
  33. r1980 | joevenzon | 2008-04-20 17:25:07 -0700 (Sun, 20 Apr 2008) | 4 lines
  34.  
  35. Adjusted sound so the output buffer uses native endianness, and on 
  36. big-endian machines the wav files are converted at load time.
  37.  
  38.  
  39. ------------------------------------------------------------------------
  40. r1979 | joevenzon | 2008-04-20 16:45:08 -0700 (Sun, 20 Apr 2008) | 4 lines
  41.  
  42. Reverted changes to physics bounding box calculation, also added driver 
  43. rendering (issue 49).
  44.  
  45.  
  46. ------------------------------------------------------------------------
  47. r1978 | joevenzon | 2008-04-18 18:41:30 -0700 (Fri, 18 Apr 2008) | 5 lines
  48.  
  49. Changed the calculation of bounding boxes for physics objects used by 
  50. the AABB "colspeedup" space partitioning scheme to fix a bug that was 
  51. extremely evident with the Bahrain track.
  52.  
  53.  
  54. ------------------------------------------------------------------------
  55. r1977 | abs1nth | 2008-04-06 07:59:35 -0700 (Sun, 06 Apr 2008) | 1 line
  56.  
  57. fix case sensitivity build problems on the mac
  58. ------------------------------------------------------------------------
  59. r1976 | acm | 2008-04-05 12:02:45 -0700 (Sat, 05 Apr 2008) | 4 lines
  60.  
  61. * Add freebsd8 entry. It's necessary for compile vdrift on FreeBSD-current
  62. * Remove obsolete X11BASE path.
  63. * Change bullet include and lib paths. Now bullet is part of FreeBSD ports tree
  64.  
  65. ------------------------------------------------------------------------
  66. r1975 | joevenzon | 2008-04-03 20:11:24 -0700 (Thu, 03 Apr 2008) | 4 lines
  67.  
  68. Fixed issue 8:  interiors now show up in the spinning car view 
  69. (FINALLY!).
  70.  
  71.  
  72. ------------------------------------------------------------------------
  73. r1974 | joevenzon | 2008-03-30 10:30:35 -0700 (Sun, 30 Mar 2008) | 5 lines
  74.  
  75. Commented back out some debug code in Wheel.cc.  Also, removed the 
  76. kdevelop project session file from SVN, since it contains a list of open 
  77. files and is going to be constantly changing (and of no value).
  78.  
  79.  
  80. ------------------------------------------------------------------------
  81. r1973 | joevenzon | 2008-03-30 10:26:34 -0700 (Sun, 30 Mar 2008) | 3 lines
  82.  
  83. Implemented a proper QUATERNION::LookAt function
  84.  
  85.  
  86. ------------------------------------------------------------------------
  87. r1972 | rookie1 | 2008-03-28 07:14:47 -0700 (Fri, 28 Mar 2008) | 1 line
  88.  
  89. more work on pygtk-trackeditor
  90. ------------------------------------------------------------------------
  91. r1971 | alexr | 2008-03-27 18:53:38 -0700 (Thu, 27 Mar 2008) | 2 lines
  92.  
  93. define GetLocaleDir only if using nls.
  94.  
  95. ------------------------------------------------------------------------
  96. r1970 | rookie1 | 2008-03-26 18:02:26 -0700 (Wed, 26 Mar 2008) | 1 line
  97.  
  98. forgot to add vdrift.i in my last commit
  99. ------------------------------------------------------------------------
  100. r1969 | rookie1 | 2008-03-26 07:49:42 -0700 (Wed, 26 Mar 2008) | 1 line
  101.  
  102. Update pygtk-trackeditor to the new scenen graph engine
  103. ------------------------------------------------------------------------
  104. r1968 | joevenzon | 2008-03-21 11:06:10 -0700 (Fri, 21 Mar 2008) | 6 lines
  105.  
  106. Fixes to get vdrift to compile on GCC 4.3.0 per this forum post:
  107. http://vdrift.net/Forum/viewtopic.php?t=955&highlight=
  108.  
  109. Also, some fiddling around with the order of physics updates.
  110.  
  111.  
  112. ------------------------------------------------------------------------
  113. r1967 | joevenzon | 2008-03-15 09:07:11 -0700 (Sat, 15 Mar 2008) | 4 lines
  114.  
  115. Fixed a vamos bug w/ the engine update getting called twice.  Shifts are 
  116. now much better.
  117.  
  118.  
  119. ------------------------------------------------------------------------
  120. r1966 | joevenzon | 2008-03-10 18:07:21 -0700 (Mon, 10 Mar 2008) | 4 lines
  121.  
  122. Fixed a bug that occurs when you record more than one replay back to 
  123. back.
  124.  
  125.  
  126. ------------------------------------------------------------------------
  127. r1965 | joevenzon | 2008-03-10 17:32:57 -0700 (Mon, 10 Mar 2008) | 4 lines
  128.  
  129. Fixed ABS/TCS enable/disable on replay load.  May have introduced other 
  130. ABS/TCS bugs... I dunno.
  131.  
  132.  
  133. ------------------------------------------------------------------------
  134. r1964 | joevenzon | 2008-03-09 20:43:18 -0700 (Sun, 09 Mar 2008) | 4 lines
  135.  
  136. New replay system using serialization library (should be platform 
  137. independent).
  138.  
  139.  
  140. ------------------------------------------------------------------------
  141. r1963 | joevenzon | 2008-03-07 22:50:53 -0800 (Fri, 07 Mar 2008) | 3 lines
  142.  
  143. Reverted to R1960 collision detection.
  144.  
  145.  
  146. ------------------------------------------------------------------------
  147. r1962 | rookie1 | 2008-03-07 20:05:19 -0800 (Fri, 07 Mar 2008) | 1 line
  148.  
  149. Display racing line on track
  150. ------------------------------------------------------------------------
  151. r1961 | joevenzon | 2008-03-04 10:59:26 -0800 (Tue, 04 Mar 2008) | 3 lines
  152.  
  153. Improved ray collisions for long rays.
  154.  
  155.  
  156. ------------------------------------------------------------------------
  157. r1960 | joevenzon | 2008-03-03 15:51:06 -0800 (Mon, 03 Mar 2008) | 3 lines
  158.  
  159. No longer error out if no sound device is present.
  160.  
  161.  
  162. ------------------------------------------------------------------------
  163. r1959 | joevenzon | 2008-02-27 19:21:49 -0800 (Wed, 27 Feb 2008) | 3 lines
  164.  
  165. Fixed a bug with clearing physics nodes.
  166.  
  167.  
  168. ------------------------------------------------------------------------
  169. r1957 | abs1nth | 2008-02-25 07:39:24 -0800 (Mon, 25 Feb 2008) | 1 line
  170.  
  171. adjust mac xcode project for bullet 2.66
  172. ------------------------------------------------------------------------
  173. r1956 | thelusiv | 2008-02-23 19:25:40 -0800 (Sat, 23 Feb 2008) | 1 line
  174.  
  175. Adding helper shell scripts to run in MSYS. setup-win32-dev-environment.sh adds some environment variables to a vdrift profile in /etc/profile.d/vdrift.sh, and copies jam and the other build scripts into /bin. build_bullet.sh runs Bullet's configure script and jam (twice) to compile Bullet. build_vdrift.sh runs scons to compile VDrift.
  176. ------------------------------------------------------------------------
  177. r1955 | thelusiv | 2008-02-23 15:17:24 -0800 (Sat, 23 Feb 2008) | 2 lines
  178.  
  179. Deleting Bullet 2.64. Modifying settings.cpp a little, load default config file from "controls.config" instead of old style "controls" file.
  180.  
  181. ------------------------------------------------------------------------
  182. r1954 | thelusiv | 2008-02-23 06:31:52 -0800 (Sat, 23 Feb 2008) | 2 lines
  183.  
  184. Added Bullet 2.66 source.
  185.  
  186. ------------------------------------------------------------------------
  187. r1953 | thelusiv | 2008-02-23 05:50:27 -0800 (Sat, 23 Feb 2008) | 2 lines
  188.  
  189. Updated binreloc. Updated "scons autopackage" target to work with the latest autopackage developer tools. Updated build to use bullet-2.66.
  190.  
  191. ------------------------------------------------------------------------
  192. r1952 | thelusiv | 2008-02-21 13:30:51 -0800 (Thu, 21 Feb 2008) | 1 line
  193.  
  194. Adding updated .nsi file from kcid.
  195. ------------------------------------------------------------------------
  196. r1951 | joevenzon | 2008-02-19 17:55:41 -0800 (Tue, 19 Feb 2008) | 8 lines
  197.  
  198. Added collision frameskipping and approximation functionality to provide 
  199. a speed boost.  The default is 250Hz physics and 5 physics frames per 
  200. collision check (so, 100Hz collision checks).  These can be changed on 
  201. the commandline with the -physicsrate and -collisionskip arguments.  For 
  202. example, vdrift -physicsrate 1000 -collisionskip 10 would run the 
  203. physics at 1000 Hz and the collision at 100 Hz.
  204.  
  205.  
  206. ------------------------------------------------------------------------
  207. r1950 | joevenzon | 2008-02-19 15:37:53 -0800 (Tue, 19 Feb 2008) | 3 lines
  208.  
  209. Removed debug collision.
  210.  
  211.  
  212. ------------------------------------------------------------------------
  213. r1949 | joevenzon | 2008-02-19 15:36:47 -0800 (Tue, 19 Feb 2008) | 3 lines
  214.  
  215. Turned car body collision detection back on.
  216.  
  217.  
  218. ------------------------------------------------------------------------
  219. r1948 | joevenzon | 2008-02-19 11:10:18 -0800 (Tue, 19 Feb 2008) | 3 lines
  220.  
  221. Fixed a memory leak in the physics collision speedup system.
  222.  
  223.  
  224. ------------------------------------------------------------------------
  225. r1947 | abs1nth | 2008-02-19 04:47:08 -0800 (Tue, 19 Feb 2008) | 1 line
  226.  
  227. update xcode project to cut .svn dir in docs/ and include the k1999 files
  228. ------------------------------------------------------------------------
  229. r1946 | joevenzon | 2008-02-15 18:39:45 -0800 (Fri, 15 Feb 2008) | 4 lines
  230.  
  231. Reverted to my hybrid collision speedup system and improved deletion 
  232. speed for "leave game" performance.
  233.  
  234.  
  235. ------------------------------------------------------------------------
  236. r1945 | joevenzon | 2008-02-15 18:02:36 -0800 (Fri, 15 Feb 2008) | 4 lines
  237.  
  238. Used an octree to try to speed up collision testing.  Didn't really 
  239. work that well.
  240.  
  241.  
  242. ------------------------------------------------------------------------
  243. r1944 | joevenzon | 2008-02-15 16:59:33 -0800 (Fri, 15 Feb 2008) | 5 lines
  244.  
  245. Implemented a heiarchical collision speedup system that has the side 
  246. effect of making leaving games very slow... at the moment.  I'll take a 
  247. look at other options for collision speedup next.
  248.  
  249.  
  250. ------------------------------------------------------------------------
  251. r1943 | joevenzon | 2008-02-11 20:56:46 -0800 (Mon, 11 Feb 2008) | 3 lines
  252.  
  253. Set depth buffer back to 16 bits.
  254.  
  255.  
  256. ------------------------------------------------------------------------
  257. r1942 | joevenzon | 2008-02-10 14:00:22 -0800 (Sun, 10 Feb 2008) | 3 lines
  258.  
  259. Fixed tire rotation speed.
  260.  
  261.  
  262. ------------------------------------------------------------------------
  263. r1941 | joevenzon | 2008-02-10 13:43:50 -0800 (Sun, 10 Feb 2008) | 3 lines
  264.  
  265. Added light position fix to ARB call.
  266.  
  267.  
  268. ------------------------------------------------------------------------
  269. r1940 | joevenzon | 2008-02-10 13:41:39 -0800 (Sun, 10 Feb 2008) | 3 lines
  270.  
  271. Fixed a bug with shadow lighting; improved shadow aliasing.
  272.  
  273.  
  274. ------------------------------------------------------------------------
  275. r1939 | joevenzon | 2008-02-10 12:13:38 -0800 (Sun, 10 Feb 2008) | 5 lines
  276.  
  277. Fiddling with graphics engine and physics collision speedup, but no big 
  278. changes yet.  Applied patch from:
  279. http://vdrift.net/Forum/viewtopic.php?p=7392#7392
  280.  
  281.  
  282. ------------------------------------------------------------------------
  283. r1938 | joevenzon | 2008-02-09 11:47:10 -0800 (Sat, 09 Feb 2008) | 3 lines
  284.  
  285. Finished velocity verlet integration change.
  286.  
  287.  
  288. ------------------------------------------------------------------------
  289. r1937 | joevenzon | 2008-02-09 10:51:19 -0800 (Sat, 09 Feb 2008) | 5 lines
  290.  
  291. Most of the way toward implementing the velocity verlet integration 
  292. algorithm.  Still using a cop-out for the rigid body propagate() due to 
  293. a remaining bug.
  294.  
  295.  
  296. ------------------------------------------------------------------------
  297. r1936 | joevenzon | 2008-02-05 15:39:27 -0800 (Tue, 05 Feb 2008) | 2 lines
  298.  
  299. Fixed suspension getting stuck in upper position (?).
  300.  
  301. ------------------------------------------------------------------------
  302. r1935 | thelusiv | 2008-02-03 14:18:32 -0800 (Sun, 03 Feb 2008) | 2 lines
  303.  
  304. Adding glew.h to SConstruct for FreeBSD build too...
  305.  
  306. ------------------------------------------------------------------------
  307. r1934 | thelusiv | 2008-02-03 14:10:09 -0800 (Sun, 03 Feb 2008) | 2 lines
  308.  
  309. Adding a check for glew.h.
  310.  
  311. ------------------------------------------------------------------------
  312. r1933 | joevenzon | 2008-02-02 08:49:43 -0800 (Sat, 02 Feb 2008) | 4 lines
  313.  
  314. Attempted to improve the autoclutch algorithm by adding hysteresis so it 
  315. prefers to keep the clutch engaged once it's engaged.
  316.  
  317.  
  318. ------------------------------------------------------------------------
  319. r1932 | joevenzon | 2008-02-02 08:38:10 -0800 (Sat, 02 Feb 2008) | 3 lines
  320.  
  321. Allowed TCS to work in reverse, and made sure it's disabled in neutral.
  322.  
  323.  
  324. ------------------------------------------------------------------------
  325. r1931 | joevenzon | 2008-01-29 20:49:33 -0800 (Tue, 29 Jan 2008) | 3 lines
  326.  
  327. Removed a debug print.
  328.  
  329.  
  330. ------------------------------------------------------------------------
  331. r1930 | joevenzon | 2008-01-29 20:47:49 -0800 (Tue, 29 Jan 2008) | 4 lines
  332.  
  333. Tweaked auto clutch.  Also, fixed an issue with particles not clearing 
  334. when leaving a game.
  335.  
  336.  
  337. ------------------------------------------------------------------------
  338. r1929 | joevenzon | 2008-01-28 15:21:34 -0800 (Mon, 28 Jan 2008) | 3 lines
  339.  
  340. Attempting to fix shader crash on exit
  341.  
  342.  
  343. ------------------------------------------------------------------------
  344. r1928 | joevenzon | 2008-01-28 14:58:56 -0800 (Mon, 28 Jan 2008) | 4 lines
  345.  
  346. Added back camber calculations into tire friction code.  Also, fixed a 
  347. drawing bug that was causing caster to be rendered as camber.
  348.  
  349.  
  350. ------------------------------------------------------------------------
  351. r1927 | joevenzon | 2008-01-28 09:45:49 -0800 (Mon, 28 Jan 2008) | 3 lines
  352.  
  353. Updated serialization to support vectors.
  354.  
  355.  
  356. ------------------------------------------------------------------------
  357. r1926 | joevenzon | 2008-01-26 16:25:28 -0800 (Sat, 26 Jan 2008) | 3 lines
  358.  
  359. Allow TCS & ABS toggle during staging.
  360.  
  361.  
  362. ------------------------------------------------------------------------
  363. r1925 | joevenzon | 2008-01-26 07:20:08 -0800 (Sat, 26 Jan 2008) | 3 lines
  364.  
  365. Fixed a problem that caused crashing when loading cars.
  366.  
  367.  
  368. ------------------------------------------------------------------------
  369. r1924 | rookie1 | 2008-01-25 23:40:07 -0800 (Fri, 25 Jan 2008) | 1 line
  370.  
  371. Calculate racing line using K1999 Path-Optimisation
  372. ------------------------------------------------------------------------
  373. r1923 | thelusiv | 2008-01-25 23:39:21 -0800 (Fri, 25 Jan 2008) | 2 lines
  374.  
  375. Fixed spelling error in Gl_Car.cc. Added the SOUND::UpdateSettings function so when volume is changed, it gets updated properly.
  376.  
  377. ------------------------------------------------------------------------
  378. r1922 | joevenzon | 2008-01-25 18:46:57 -0800 (Fri, 25 Jan 2008) | 3 lines
  379.  
  380. Tried to do better with handle shader compilation failures.
  381.  
  382.  
  383. ------------------------------------------------------------------------
  384. r1921 | thelusiv | 2008-01-24 00:05:52 -0800 (Thu, 24 Jan 2008) | 2 lines
  385.  
  386. Made some modifications to FreeBSD section of SConstruct to check for environment variables before setting them, and setting alternate values if they're missing.
  387.  
  388. ------------------------------------------------------------------------
  389. r1920 | joevenzon | 2008-01-23 22:12:34 -0800 (Wed, 23 Jan 2008) | 4 lines
  390.  
  391. Only set the shader object back to 0 at the end of a scene if shaders 
  392. are loaded.
  393.  
  394.  
  395. ------------------------------------------------------------------------
  396. r1919 | joevenzon | 2008-01-22 22:19:32 -0800 (Tue, 22 Jan 2008) | 3 lines
  397.  
  398. Setup linux to use GLEW.
  399.  
  400.  
  401. ------------------------------------------------------------------------
  402. r1918 | thelusiv | 2008-01-22 18:21:48 -0800 (Tue, 22 Jan 2008) | 2 lines
  403.  
  404. Changing second bullet lib search path so that both linux/ and linuxx86/ subdirectories are checked for the library.
  405.  
  406. ------------------------------------------------------------------------
  407. r1917 | thelusiv | 2008-01-21 14:29:54 -0800 (Mon, 21 Jan 2008) | 2 lines
  408.  
  409. Made updates to FreeBSD section of SConstruct file (following suggestions by nomoo) and replaced all tabs with four spaces.
  410.  
  411. ------------------------------------------------------------------------
  412. r1916 | thelusiv | 2008-01-21 14:17:52 -0800 (Mon, 21 Jan 2008) | 2 lines
  413.  
  414. Removed CR characters in unittest.h, added virtual destructor(s) to unit testing classes to reduce compiler warnings
  415.  
  416. ------------------------------------------------------------------------
  417. r1915 | thelusiv | 2008-01-21 14:09:33 -0800 (Mon, 21 Jan 2008) | 2 lines
  418.  
  419. Enabling glew lib, fixing some indentation
  420.  
  421. ------------------------------------------------------------------------
  422. r1914 | joevenzon | 2008-01-09 17:43:47 -0800 (Wed, 09 Jan 2008) | 3 lines
  423.  
  424. Changed the exception on an openGL error to just be a debug print.
  425.  
  426.  
  427. ------------------------------------------------------------------------
  428. r1912 | abs1nth | 2008-01-07 06:10:33 -0800 (Mon, 07 Jan 2008) | 1 line
  429.  
  430. mac compile fix
  431. ------------------------------------------------------------------------
  432. r1910 | joevenzon | 2007-12-31 10:05:19 -0800 (Mon, 31 Dec 2007) | 3 lines
  433.  
  434. Tried switching EXCEPTIONS for OpenGL errors to cerr prints.
  435.  
  436.  
  437. ------------------------------------------------------------------------
  438. r1909 | joevenzon | 2007-12-29 16:24:02 -0800 (Sat, 29 Dec 2007) | 4 lines
  439.  
  440. Improved box collision method.  It's not sped up to the point that the 
  441. large tracks (le mans, etc) are playable again.
  442.  
  443.  
  444. ------------------------------------------------------------------------
  445. r1908 | joevenzon | 2007-12-29 11:16:46 -0800 (Sat, 29 Dec 2007) | 3 lines
  446.  
  447. Fixed crash when starting auto-x with no track.
  448.  
  449.  
  450. ------------------------------------------------------------------------
  451. r1907 | joevenzon | 2007-12-29 10:59:33 -0800 (Sat, 29 Dec 2007) | 3 lines
  452.  
  453. REALLY updated changelog through 12-28-07
  454.  
  455.  
  456. ------------------------------------------------------------------------
  457. r1906 | joevenzon | 2007-12-29 10:56:53 -0800 (Sat, 29 Dec 2007) | 3 lines
  458.  
  459. Updated changelog through 12-28-2007
  460.  
  461.  
  462. ------------------------------------------------------------------------
  463. r1905 | joevenzon | 2007-12-29 10:33:28 -0800 (Sat, 29 Dec 2007) | 4 lines
  464.  
  465. Optimized sorting of objects by important render state info.  Also 
  466. optimized away needless matrix transformations.
  467.  
  468.  
  469. ------------------------------------------------------------------------
  470. r1904 | joevenzon | 2007-12-28 19:29:47 -0800 (Fri, 28 Dec 2007) | 4 lines
  471.  
  472. Now shaders are only disabled for fragment/vertex shader compile 
  473. failures.
  474.  
  475.  
  476. ------------------------------------------------------------------------
  477. r1903 | joevenzon | 2007-12-28 09:17:33 -0800 (Fri, 28 Dec 2007) | 3 lines
  478.  
  479. Removed check for ODE headers.
  480.  
  481.  
  482. ------------------------------------------------------------------------
  483. r1901 | joevenzon | 2007-12-26 11:59:19 -0800 (Wed, 26 Dec 2007) | 4 lines
  484.  
  485. Switched from using OpenGL polygon offset to explicit depth 
  486. offset in the depthgen shader for cleaning up shadow acne.
  487.  
  488.  
  489. ------------------------------------------------------------------------
  490. r1900 | abs1nth | 2007-12-22 03:29:55 -0800 (Sat, 22 Dec 2007) | 1 line
  491.  
  492. really fix NaN issue
  493. ------------------------------------------------------------------------
  494. r1899 | joevenzon | 2007-12-21 15:16:17 -0800 (Fri, 21 Dec 2007) | 3 lines
  495.  
  496. Trying again....
  497.  
  498.  
  499. ------------------------------------------------------------------------
  500. r1897 | joevenzon | 2007-12-21 15:14:36 -0800 (Fri, 21 Dec 2007) | 3 lines
  501.  
  502. Attempting to check in changes again from a newly checked out trunk.
  503.  
  504.  
  505. ------------------------------------------------------------------------
  506. r1893 | abs1nth | 2007-12-18 12:30:46 -0800 (Tue, 18 Dec 2007) | 1 line
  507.  
  508. mac fixes
  509. ------------------------------------------------------------------------
  510. r1891 | joevenzon | 2007-12-16 00:00:33 -0800 (Sun, 16 Dec 2007) | 4 lines
  511.  
  512. Removed the IS_WIN stuff from the SCons files because it broke 
  513. compilation on other platforms.
  514.  
  515.  
  516. ------------------------------------------------------------------------
  517. r1890 | joevenzon | 2007-12-15 16:01:12 -0800 (Sat, 15 Dec 2007) | 1 line
  518.  
  519. Added a possible bullet output library path to the windows build.
  520. ------------------------------------------------------------------------
  521. r1889 | joevenzon | 2007-12-15 15:38:56 -0800 (Sat, 15 Dec 2007) | 1 line
  522.  
  523. Added jam binaries to the windows tools.  Jam can be used to build bullet.
  524. ------------------------------------------------------------------------
  525. r1888 | bugsyv | 2007-12-15 13:48:33 -0800 (Sat, 15 Dec 2007) | 2 lines
  526.  
  527. Update the scpns scripts to handle bullet on windows...
  528. I also made some minor changes so maybe I can use my cygwin environemtn without having to drag around mingw in addition.
  529. ------------------------------------------------------------------------
  530. r1887 | joevenzon | 2007-12-12 21:03:45 -0800 (Wed, 12 Dec 2007) | 4 lines
  531.  
  532. Fixed an exception that was cropping up because bullet does double sided 
  533. collisions while GIMPACT does not.
  534.  
  535.  
  536. ------------------------------------------------------------------------
  537. r1886 | abs1nth | 2007-12-12 08:13:25 -0800 (Wed, 12 Dec 2007) | 1 line
  538.  
  539. switch to bullet
  540. ------------------------------------------------------------------------
  541. r1885 | joevenzon | 2007-12-09 16:41:20 -0800 (Sun, 09 Dec 2007) | 4 lines
  542.  
  543. Modified sconscript file to look in other locations for the bullet 
  544. library.
  545.  
  546.  
  547. ------------------------------------------------------------------------
  548. r1884 | joevenzon | 2007-12-08 16:12:03 -0800 (Sat, 08 Dec 2007) | 3 lines
  549.  
  550. Merged in the bullet-based-physics branch.
  551.  
  552.  
  553. ------------------------------------------------------------------------
  554. r1880 | thelusiv | 2007-12-04 00:19:32 -0800 (Tue, 04 Dec 2007) | 2 lines
  555.  
  556. removing all the old openal stuff from the sconstruct file
  557.  
  558. ------------------------------------------------------------------------
  559. r1879 | bugsyv | 2007-12-02 11:18:50 -0800 (Sun, 02 Dec 2007) | 1 line
  560.  
  561. Copied the ogg/vorbis headers from the mac frameworks to the windows include location to get the scons build running.
  562. ------------------------------------------------------------------------
  563. r1876 | joevenzon | 2007-11-26 21:10:27 -0800 (Mon, 26 Nov 2007) | 3 lines
  564.  
  565. More sound optimizations.
  566.  
  567.  
  568. ------------------------------------------------------------------------
  569. r1875 | joevenzon | 2007-11-26 20:47:53 -0800 (Mon, 26 Nov 2007) | 3 lines
  570.  
  571. Sound speed-ups.
  572.  
  573.  
  574. ------------------------------------------------------------------------
  575. r1874 | joevenzon | 2007-11-21 19:40:05 -0800 (Wed, 21 Nov 2007) | 3 lines
  576.  
  577. Sped up sound mixing.
  578.  
  579.  
  580. ------------------------------------------------------------------------
  581. r1873 | joevenzon | 2007-11-20 20:41:14 -0800 (Tue, 20 Nov 2007) | 3 lines
  582.  
  583. Improved sound quality at the expense of speed.
  584.  
  585.  
  586. ------------------------------------------------------------------------
  587. r1872 | joevenzon | 2007-11-01 22:07:08 -0700 (Thu, 01 Nov 2007) | 4 lines
  588.  
  589. Added a big framerate boost if shadows are disabled.  Needs data >= 
  590. R118.
  591.  
  592.  
  593. ------------------------------------------------------------------------
  594. r1871 | joevenzon | 2007-11-01 21:53:57 -0700 (Thu, 01 Nov 2007) | 4 lines
  595.  
  596. Reduced the number of configfile calls per frame.  Also added a slight 
  597. optimization to drawing the shadow pass.
  598.  
  599.  
  600. ------------------------------------------------------------------------
  601. r1870 | joevenzon | 2007-11-01 21:28:52 -0700 (Thu, 01 Nov 2007) | 3 lines
  602.  
  603. Fix for cars that only have 1 sound.
  604.  
  605.  
  606. ------------------------------------------------------------------------
  607. r1869 | joevenzon | 2007-11-01 19:14:36 -0700 (Thu, 01 Nov 2007) | 3 lines
  608.  
  609. Halved the sound sample size.
  610.  
  611.  
  612. ------------------------------------------------------------------------
  613. r1868 | joevenzon | 2007-11-01 19:11:13 -0700 (Thu, 01 Nov 2007) | 3 lines
  614.  
  615. Changed the sound gain/pitch smoothing method.
  616.  
  617.  
  618. ------------------------------------------------------------------------
  619. r1867 | joevenzon | 2007-10-31 22:31:06 -0700 (Wed, 31 Oct 2007) | 3 lines
  620.  
  621. Added basic support for defining and playing multiple engine sounds.
  622.  
  623.  
  624. ------------------------------------------------------------------------
  625. r1866 | joevenzon | 2007-10-28 09:45:05 -0700 (Sun, 28 Oct 2007) | 3 lines
  626.  
  627. Added a catch for inverted normals in World::interact
  628.  
  629.  
  630. ------------------------------------------------------------------------
  631. r1865 | joevenzon | 2007-10-27 16:42:30 -0700 (Sat, 27 Oct 2007) | 4 lines
  632.  
  633. Framebuffer Objects (FBOs) are now only initialized if the card supports 
  634. FBOs.
  635.  
  636.  
  637. ------------------------------------------------------------------------
  638. r1864 | joevenzon | 2007-10-22 20:04:06 -0700 (Mon, 22 Oct 2007) | 4 lines
  639.  
  640. Added a simple tree class and a way to serialize to/from the simple 
  641. trees.  Also fixed SerializeMap naming to be unique.
  642.  
  643.  
  644. ------------------------------------------------------------------------
  645. r1863 | joevenzon | 2007-10-16 19:35:55 -0700 (Tue, 16 Oct 2007) | 4 lines
  646.  
  647. Add a no-pointer option for serialization that decreases the size of the 
  648. binary files by over a factor of 2... perfect for network use.
  649.  
  650.  
  651. ------------------------------------------------------------------------
  652. r1862 | joevenzon | 2007-10-16 19:12:18 -0700 (Tue, 16 Oct 2007) | 5 lines
  653.  
  654. Fixed bug with eyelightposition... it's computed from the lightposition 
  655. in the vertex shader, so it's not a uniform and shouldn't be loaded from 
  656. here.
  657.  
  658.  
  659. ------------------------------------------------------------------------
  660. r1861 | abs1nth | 2007-10-15 12:25:30 -0700 (Mon, 15 Oct 2007) | 1 line
  661.  
  662. fix vorbis/ogg frameworks
  663. ------------------------------------------------------------------------
  664. r1860 | abs1nth | 2007-10-15 04:57:38 -0700 (Mon, 15 Oct 2007) | 1 line
  665.  
  666. make serialization compile on mac os x
  667. ------------------------------------------------------------------------
  668. r1859 | alexr | 2007-10-14 19:02:24 -0700 (Sun, 14 Oct 2007) | 2 lines
  669.  
  670. move the scons test outside the nls test.
  671.  
  672. ------------------------------------------------------------------------
  673. r1858 | joevenzon | 2007-10-14 18:20:45 -0700 (Sun, 14 Oct 2007) | 3 lines
  674.  
  675. Fix from the forums: http://vdrift.net/Forum/viewtopic.php?p=6500#6500
  676.  
  677.  
  678. ------------------------------------------------------------------------
  679. r1857 | joevenzon | 2007-10-14 18:15:46 -0700 (Sun, 14 Oct 2007) | 3 lines
  680.  
  681. Fix from alex25. http://vdrift.net/Forum/viewtopic.php?p=6499#6499
  682.  
  683.  
  684. ------------------------------------------------------------------------
  685. r1856 | abs1nth | 2007-10-14 15:35:49 -0700 (Sun, 14 Oct 2007) | 1 line
  686.  
  687. add serialization files to xcode project
  688. ------------------------------------------------------------------------
  689. r1855 | joevenzon | 2007-10-14 14:57:55 -0700 (Sun, 14 Oct 2007) | 4 lines
  690.  
  691. Serialization now auto-detects byte order and writes/reads network byte 
  692. order (big-endian).
  693.  
  694.  
  695. ------------------------------------------------------------------------
  696. r1854 | joevenzon | 2007-10-14 10:03:37 -0700 (Sun, 14 Oct 2007) | 3 lines
  697.  
  698. Updated serialization to work with 64-bit systems.
  699.  
  700.  
  701. ------------------------------------------------------------------------
  702. r1853 | joevenzon | 2007-10-14 09:27:15 -0700 (Sun, 14 Oct 2007) | 5 lines
  703.  
  704. Fixed a bug that would cause the game to throw an exception when run in 
  705. a location other than the VDrift root folder.  Also made the 
  706. serialization test look for the test.bin file in the correct folder.
  707.  
  708.  
  709. ------------------------------------------------------------------------
  710. r1852 | joevenzon | 2007-10-14 09:18:08 -0700 (Sun, 14 Oct 2007) | 3 lines
  711.  
  712. Added serialization class.
  713.  
  714.  
  715. ------------------------------------------------------------------------
  716. r1851 | joevenzon | 2007-09-30 11:57:02 -0700 (Sun, 30 Sep 2007) | 3 lines
  717.  
  718. Connected menus for blur and shaders to game code.
  719.  
  720.  
  721. ------------------------------------------------------------------------
  722. r1850 | joevenzon | 2007-09-30 10:02:35 -0700 (Sun, 30 Sep 2007) | 3 lines
  723.  
  724. Improved rendering of partially transparent objects.
  725.  
  726.  
  727. ------------------------------------------------------------------------
  728. r1849 | joevenzon | 2007-09-30 08:42:05 -0700 (Sun, 30 Sep 2007) | 3 lines
  729.  
  730. Force-enable mipmaps for textures if anisotropic filtering is enabled.
  731.  
  732.  
  733. ------------------------------------------------------------------------
  734. r1848 | joevenzon | 2007-09-16 17:06:34 -0700 (Sun, 16 Sep 2007) | 3 lines
  735.  
  736. Checked in support for OPCODE.
  737.  
  738.  
  739. ------------------------------------------------------------------------
  740. r1847 | joevenzon | 2007-09-14 19:03:10 -0700 (Fri, 14 Sep 2007) | 3 lines
  741.  
  742. Added the full text of the GPL.
  743.  
  744.  
  745. ------------------------------------------------------------------------
  746. r1846 | abs1nth | 2007-09-14 06:22:02 -0700 (Fri, 14 Sep 2007) | 1 line
  747.  
  748. update ode.framework to an GIMPACT version
  749. ------------------------------------------------------------------------
  750. r1845 | joevenzon | 2007-09-13 22:23:51 -0700 (Thu, 13 Sep 2007) | 4 lines
  751.  
  752. Added support for GIMPACT collision through ODE.  Added a little loading 
  753. graphic.
  754.  
  755.  
  756. ------------------------------------------------------------------------
  757. r1844 | joevenzon | 2007-09-10 19:02:18 -0700 (Mon, 10 Sep 2007) | 3 lines
  758.  
  759. NaNs in .joe normals are now detected and set to zero.
  760.  
  761.  
  762. ------------------------------------------------------------------------
  763. r1843 | joevenzon | 2007-09-09 11:38:15 -0700 (Sun, 09 Sep 2007) | 3 lines
  764.  
  765. Added orthonormalization to vamos matrix rotation routines.
  766.  
  767.  
  768. ------------------------------------------------------------------------
  769. r1842 | joevenzon | 2007-09-08 12:27:13 -0700 (Sat, 08 Sep 2007) | 3 lines
  770.  
  771. Now cleaning up road collision data properly.
  772.  
  773.  
  774. ------------------------------------------------------------------------
  775. r1841 | joevenzon | 2007-09-07 17:39:25 -0700 (Fri, 07 Sep 2007) | 5 lines
  776.  
  777. Added some debug messages (trying to find bump problems).  Also adjusted 
  778. the way time is calculated to respond faster to framerate upsets (should 
  779. make time feel more correct).
  780.  
  781.  
  782. ------------------------------------------------------------------------
  783. r1840 | joevenzon | 2007-09-04 19:21:17 -0700 (Tue, 04 Sep 2007) | 3 lines
  784.  
  785. Fixed wall collision.
  786.  
  787.  
  788. ------------------------------------------------------------------------
  789. r1839 | joevenzon | 2007-09-04 06:53:01 -0700 (Tue, 04 Sep 2007) | 3 lines
  790.  
  791. Added a header file used for unit testing.
  792.  
  793.  
  794. ------------------------------------------------------------------------
  795. r1838 | joevenzon | 2007-09-03 19:17:37 -0700 (Mon, 03 Sep 2007) | 3 lines
  796.  
  797. Fixed remaining road bump bugs.
  798.  
  799.  
  800. ------------------------------------------------------------------------
  801. r1837 | joevenzon | 2007-09-03 19:01:44 -0700 (Mon, 03 Sep 2007) | 4 lines
  802.  
  803. Rewrote road collisions system.  Some bugs still remain (roads are extra 
  804. bumpy).
  805.  
  806.  
  807. ------------------------------------------------------------------------
  808. r1836 | joevenzon | 2007-09-03 11:28:27 -0700 (Mon, 03 Sep 2007) | 3 lines
  809.  
  810. Started to rewrite track class... not compiling yet.
  811.  
  812.  
  813. ------------------------------------------------------------------------
  814. r1835 | thelusiv | 2007-09-02 18:20:38 -0700 (Sun, 02 Sep 2007) | 2 lines
  815.  
  816. Various little changes, including disabling GLEW on Linux build.
  817.  
  818. ------------------------------------------------------------------------
  819. r1834 | joevenzon | 2007-09-02 10:45:31 -0700 (Sun, 02 Sep 2007) | 3 lines
  820.  
  821. Removed legacy GLvoid from game.cpp.
  822.  
  823.  
  824. ------------------------------------------------------------------------
  825. r1833 | joevenzon | 2007-09-02 10:37:19 -0700 (Sun, 02 Sep 2007) | 6 lines
  826.  
  827. Fixed bugs with cars putting wheels through pavement, weird bumps at odd 
  828. parts of the track, etc.  The quaternions were getting weird after 
  829. repeated multiplication operations.  I uncommented code to normalize the 
  830. quaternion after ever multiply, and all is well.
  831.  
  832.  
  833. ------------------------------------------------------------------------
  834. r1832 | abs1nth | 2007-09-02 08:03:30 -0700 (Sun, 02 Sep 2007) | 1 line
  835.  
  836. No log message.
  837. ------------------------------------------------------------------------
  838. r1831 | abs1nth | 2007-09-02 05:57:10 -0700 (Sun, 02 Sep 2007) | 1 line
  839.  
  840. update SDL framework to 1.2.12
  841. ------------------------------------------------------------------------
  842. r1830 | abs1nth | 2007-09-02 05:50:32 -0700 (Sun, 02 Sep 2007) | 1 line
  843.  
  844. further xcode project fixes
  845. ------------------------------------------------------------------------
  846. r1829 | abs1nth | 2007-09-02 05:32:22 -0700 (Sun, 02 Sep 2007) | 1 line
  847.  
  848. fix xcode project to deploy ogg and vorbis frameworks
  849. ------------------------------------------------------------------------
  850. r1828 | joevenzon | 2007-09-01 16:05:13 -0700 (Sat, 01 Sep 2007) | 3 lines
  851.  
  852. Fixed skybox rendering bug caused by tire smoke.
  853.  
  854.  
  855. ------------------------------------------------------------------------
  856. r1827 | joevenzon | 2007-09-01 15:38:42 -0700 (Sat, 01 Sep 2007) | 3 lines
  857.  
  858. Added some variety to smoke by using all of the available textures.
  859.  
  860.  
  861. ------------------------------------------------------------------------
  862. r1826 | joevenzon | 2007-09-01 15:31:29 -0700 (Sat, 01 Sep 2007) | 3 lines
  863.  
  864. Re-added tire smoke.
  865.  
  866.  
  867. ------------------------------------------------------------------------
  868. r1825 | joevenzon | 2007-08-28 20:54:10 -0700 (Tue, 28 Aug 2007) | 3 lines
  869.  
  870. Added tire squeal back in.
  871.  
  872.  
  873. ------------------------------------------------------------------------
  874. r1824 | cotharyus | 2007-08-26 18:42:34 -0700 (Sun, 26 Aug 2007) | 2 lines
  875.  
  876. This revision *should* get all libvorbis issues resolved for universal builds for OS X.
  877.  
  878. ------------------------------------------------------------------------
  879. r1823 | joevenzon | 2007-08-25 19:16:39 -0700 (Sat, 25 Aug 2007) | 3 lines
  880.  
  881. Fixed a bug that was causing shadows to swim around a bit.
  882.  
  883.  
  884. ------------------------------------------------------------------------
  885. r1822 | joevenzon | 2007-08-25 08:23:14 -0700 (Sat, 25 Aug 2007) | 4 lines
  886.  
  887. Fixed an error that was causing the vertical tracking skyboxes to not 
  888. get updated properly.
  889.  
  890.  
  891. ------------------------------------------------------------------------
  892. r1821 | cotharyus | 2007-08-25 04:16:12 -0700 (Sat, 25 Aug 2007) | 2 lines
  893.  
  894. Updated the xcode project file so OSX will build with libvorbisfile updates.
  895.  
  896. ------------------------------------------------------------------------
  897. r1820 | alexr | 2007-08-24 13:55:13 -0700 (Fri, 24 Aug 2007) | 2 lines
  898.  
  899. removed trailing blanks (testing my svn access)
  900.  
  901. ------------------------------------------------------------------------
  902. r1819 | joevenzon | 2007-08-23 22:06:20 -0700 (Thu, 23 Aug 2007) | 3 lines
  903.  
  904. Set track to default to no vertical skyboxes.
  905.  
  906.  
  907. ------------------------------------------------------------------------
  908. r1818 | joevenzon | 2007-08-23 16:55:50 -0700 (Thu, 23 Aug 2007) | 4 lines
  909.  
  910. Slightly changed the way "vertical skybox" drawing is done to only do 
  911. vertical offsets.
  912.  
  913.  
  914. ------------------------------------------------------------------------
  915. r1817 | joevenzon | 2007-08-22 22:36:51 -0700 (Wed, 22 Aug 2007) | 5 lines
  916.  
  917. Applied a change to the way the "vertical tracking" skyboxes are 
  918. positioned per discussion in this thread:
  919. http://vdrift.net/Forum/viewtopic.php?t=542
  920.  
  921.  
  922. ------------------------------------------------------------------------
  923. r1816 | joevenzon | 2007-08-19 19:25:21 -0700 (Sun, 19 Aug 2007) | 3 lines
  924.  
  925. Fixed sound callback test.
  926.  
  927.  
  928. ------------------------------------------------------------------------
  929. r1815 | joevenzon | 2007-08-19 19:19:40 -0700 (Sun, 19 Aug 2007) | 4 lines
  930.  
  931. Added support for ogg vorbis files (and music).  New dependency: 
  932. libvorbisfile.
  933.  
  934.  
  935. ------------------------------------------------------------------------
  936. r1814 | joevenzon | 2007-08-19 15:48:08 -0700 (Sun, 19 Aug 2007) | 5 lines
  937.  
  938. Did some tweaking to the sound class to prepare for music.  Also added 
  939. some (commented out) debug code during investigation of "car wheel 
  940. falling through road" bug.
  941.  
  942.  
  943. ------------------------------------------------------------------------
  944. r1813 | abs1nth | 2007-08-17 05:13:59 -0700 (Fri, 17 Aug 2007) | 1 line
  945.  
  946. hopefully fix the problem cotharyus had with the release-deployment target
  947. ------------------------------------------------------------------------
  948. r1812 | joevenzon | 2007-08-16 11:13:15 -0700 (Thu, 16 Aug 2007) | 3 lines
  949.  
  950. Misc changes for debugging.
  951.  
  952.  
  953. ------------------------------------------------------------------------
  954. r1811 | joevenzon | 2007-08-16 10:26:19 -0700 (Thu, 16 Aug 2007) | 4 lines
  955.  
  956. Did some tweaks to the collision response to make the cars less 
  957. "bouncy."
  958.  
  959.  
  960. ------------------------------------------------------------------------
  961. r1810 | joevenzon | 2007-08-16 09:59:30 -0700 (Thu, 16 Aug 2007) | 4 lines
  962.  
  963. Fixed crash on shader manager de-init that happened when no shaders had 
  964. been loaded (for example with -test).
  965.  
  966.  
  967. ------------------------------------------------------------------------
  968. r1809 | joevenzon | 2007-08-16 09:40:17 -0700 (Thu, 16 Aug 2007) | 8 lines
  969.  
  970. Fixed a crash on game exit/leave.  Halved the power of AWD cars as a 
  971. temporary hack to ensure at least some semblance of realism.  Made car 
  972. reflections default to fully reflective (seems to make more sense than 
  973. defaulting to fully non-reflective).  Added z-buffer offset to the 
  974. blended objects (like the wear marks on the road) to fix the artifacts 
  975. they had.
  976.  
  977.  
  978. ------------------------------------------------------------------------
  979. r1808 | abs1nth | 2007-08-15 10:50:03 -0700 (Wed, 15 Aug 2007) | 1 line
  980.  
  981. fix mac deployment script to include shaders for minimal build
  982. ------------------------------------------------------------------------
  983. r1807 | joevenzon | 2007-08-14 18:18:02 -0700 (Tue, 14 Aug 2007) | 4 lines
  984.  
  985. Added #ifdef protection to accelerated visual call (causes crashes on 
  986. linux) and tried to add back the vertical skybox tracking feature.
  987.  
  988.  
  989. ------------------------------------------------------------------------
  990. r1806 | joevenzon | 2007-08-14 18:03:47 -0700 (Tue, 14 Aug 2007) | 3 lines
  991.  
  992. Added fix so "restart game" doesn't reload sounds.
  993.  
  994.  
  995. ------------------------------------------------------------------------
  996. r1805 | abs1nth | 2007-08-14 15:32:55 -0700 (Tue, 14 Aug 2007) | 1 line
  997.  
  998. try to prevent falling back to software rendering
  999. ------------------------------------------------------------------------
  1000. r1804 | joevenzon | 2007-08-13 19:58:23 -0700 (Mon, 13 Aug 2007) | 5 lines
  1001.  
  1002. Made an attempt to address this:
  1003. http://vdrift.net/Forum/viewtopic.php?p=5779#5779
  1004. by ignoring legacy "driveable" flag.
  1005.  
  1006.  
  1007. ------------------------------------------------------------------------
  1008. r1803 | joevenzon | 2007-08-13 19:37:39 -0700 (Mon, 13 Aug 2007) | 4 lines
  1009.  
  1010. Fixed "stuck fonts" bug that happens when changing a display option.
  1011. http://vdrift.net/Forum/viewtopic.php?t=761
  1012.  
  1013.  
  1014. ------------------------------------------------------------------------
  1015. r1802 | joevenzon | 2007-08-09 08:28:50 -0700 (Thu, 09 Aug 2007) | 3 lines
  1016.  
  1017. Fixed spinning car: wheels are now shown.
  1018.  
  1019.  
  1020. ------------------------------------------------------------------------
  1021. r1801 | joevenzon | 2007-08-08 21:40:05 -0700 (Wed, 08 Aug 2007) | 3 lines
  1022.  
  1023. Spinning car widget no longer causes crashes.
  1024.  
  1025.  
  1026. ------------------------------------------------------------------------
  1027. r1800 | joevenzon | 2007-08-08 20:33:25 -0700 (Wed, 08 Aug 2007) | 7 lines
  1028.  
  1029. Tried to fix bug reported here:
  1030. http://vdrift.net/Forum/viewtopic.php?t=758
  1031.  
  1032. Also, started adding back the spinning car.  There are still bugs: 
  1033. wheels aren't shown, and there are crashes if you select multiple cars.
  1034.  
  1035.  
  1036. ------------------------------------------------------------------------
  1037. r1799 | joevenzon | 2007-08-08 17:44:17 -0700 (Wed, 08 Aug 2007) | 3 lines
  1038.  
  1039. Fixed skybox rendering.
  1040.  
  1041.  
  1042. ------------------------------------------------------------------------
  1043. r1798 | joevenzon | 2007-08-06 21:15:13 -0700 (Mon, 06 Aug 2007) | 3 lines
  1044.  
  1045. Fixed crashes when leaving a game and re-entering it
  1046.  
  1047.  
  1048. ------------------------------------------------------------------------
  1049. r1797 | joevenzon | 2007-08-05 12:50:42 -0700 (Sun, 05 Aug 2007) | 3 lines
  1050.  
  1051. Brake lights are now drawn.
  1052.  
  1053.  
  1054. ------------------------------------------------------------------------
  1055. r1796 | joevenzon | 2007-08-05 09:33:00 -0700 (Sun, 05 Aug 2007) | 3 lines
  1056.  
  1057. Removed binary kdevelop file.
  1058.  
  1059.  
  1060. ------------------------------------------------------------------------
  1061. r1795 | joevenzon | 2007-08-05 09:32:34 -0700 (Sun, 05 Aug 2007) | 3 lines
  1062.  
  1063. Added kdevelop project files.
  1064.  
  1065.  
  1066. ------------------------------------------------------------------------
  1067. r1794 | joevenzon | 2007-08-03 17:54:46 -0700 (Fri, 03 Aug 2007) | 3 lines
  1068.  
  1069. Made sure skyboxes draw behind everything else.
  1070.  
  1071.  
  1072. ------------------------------------------------------------------------
  1073. r1793 | joevenzon | 2007-08-03 07:16:00 -0700 (Fri, 03 Aug 2007) | 3 lines
  1074.  
  1075. Fixed overzelous commenting.
  1076.  
  1077.  
  1078. ------------------------------------------------------------------------
  1079. r1792 | joevenzon | 2007-08-02 22:05:40 -0700 (Thu, 02 Aug 2007) | 3 lines
  1080.  
  1081. Added static reflection maps.
  1082.  
  1083.  
  1084. ------------------------------------------------------------------------
  1085. r1791 | joevenzon | 2007-08-01 21:36:32 -0700 (Wed, 01 Aug 2007) | 3 lines
  1086.  
  1087. Stopped loading shaders that aren't used anywhere.
  1088.  
  1089.  
  1090. ------------------------------------------------------------------------
  1091. r1790 | joevenzon | 2007-07-31 09:39:50 -0700 (Tue, 31 Jul 2007) | 4 lines
  1092.  
  1093. Did more profiling that resulted in some speed-ups, especially for races 
  1094. with more than one car.
  1095.  
  1096.  
  1097. ------------------------------------------------------------------------
  1098. r1789 | bugsyv | 2007-07-31 08:05:11 -0700 (Tue, 31 Jul 2007) | 11 lines
  1099.  
  1100. These are some structural changes that I made to the packaging functions
  1101. and the functions that move frameworks around for OSX so that they share
  1102. code, are more platform-neutural and hopefully are a little smarter about
  1103. what they copy.
  1104.  
  1105. This was work done on the way to getting full packaging support on OSX,
  1106. but it looks like I will be losing my development machine.
  1107.  
  1108. For a while at least.
  1109.  
  1110.  
  1111. ------------------------------------------------------------------------
  1112. r1788 | joevenzon | 2007-07-28 23:19:39 -0700 (Sat, 28 Jul 2007) | 4 lines
  1113.  
  1114. Made the cardinfo class look at the fragment shader texture units 
  1115. available where appropriate, rather than the fixed functionality TUs.
  1116.  
  1117.  
  1118. ------------------------------------------------------------------------
  1119. r1787 | joevenzon | 2007-07-28 20:13:44 -0700 (Sat, 28 Jul 2007) | 5 lines
  1120.  
  1121. Fixed timer to not draw READY GO on top of menu.  Added a debug message 
  1122. if a car or its glass doesn't have a glossmap (because they'll default 
  1123. to not shiny).
  1124.  
  1125.  
  1126. ------------------------------------------------------------------------
  1127. r1786 | joevenzon | 2007-07-28 19:37:29 -0700 (Sat, 28 Jul 2007) | 9 lines
  1128.  
  1129. Improved shadow rendering.  I now only use 2 cascaded shadow maps, but 
  1130. thanks to framebuffer objects they can be very large.  This allows me to 
  1131. avoid doing some of the extra blurring I was doing to hide the low res 
  1132. of the shadow maps, which speeds up shadowing as well (by about 15 or so 
  1133. FPS!) despite the increase in shadow sharpness and quality.  I also 
  1134. modified the texture selection code to be able to render non-metallic 
  1135. objects with the "full" shader, which saves a lot of re-work.
  1136.  
  1137.  
  1138. ------------------------------------------------------------------------
  1139. r1785 | joevenzon | 2007-07-28 17:39:23 -0700 (Sat, 28 Jul 2007) | 3 lines
  1140.  
  1141. Implemented framebuffer objects for shadows.
  1142.  
  1143.  
  1144. ------------------------------------------------------------------------
  1145. r1784 | joevenzon | 2007-07-25 20:19:20 -0700 (Wed, 25 Jul 2007) | 4 lines
  1146.  
  1147. Added support for framebuffer object checks, also cleaned up FBTEXTURE 
  1148. class to get ready for using framebuffer objects.
  1149.  
  1150.  
  1151. ------------------------------------------------------------------------
  1152. r1783 | joevenzon | 2007-07-25 19:12:23 -0700 (Wed, 25 Jul 2007) | 7 lines
  1153.  
  1154. Shadows can now be enabled and disabled through the "car shadows" 
  1155. setting (requires restart to take effect).  Also added a fix per this 
  1156. forum post:
  1157.  
  1158. http://vdrift.net/Forum/viewtopic.php?p=5694#5694
  1159.  
  1160.  
  1161. ------------------------------------------------------------------------
  1162. r1782 | joevenzon | 2007-07-22 20:52:59 -0700 (Sun, 22 Jul 2007) | 3 lines
  1163.  
  1164. Fixed specular shading.
  1165.  
  1166.  
  1167. ------------------------------------------------------------------------
  1168. r1781 | rookie1 | 2007-07-20 23:50:15 -0700 (Fri, 20 Jul 2007) | 1 line
  1169.  
  1170. Fix tacho band and niddles in HUD
  1171. ------------------------------------------------------------------------
  1172. r1780 | joevenzon | 2007-07-20 20:50:03 -0700 (Fri, 20 Jul 2007) | 3 lines
  1173.  
  1174. Changed utility::draw2Drotation to be an overload of draw2D.
  1175.  
  1176.  
  1177. ------------------------------------------------------------------------
  1178. r1779 | joevenzon | 2007-07-20 20:34:39 -0700 (Fri, 20 Jul 2007) | 4 lines
  1179.  
  1180. Fixed draw2drotation to do what you'd expect.  Also decided to remove 
  1181. transform node... maybe it'll help performance...?
  1182.  
  1183.  
  1184. ------------------------------------------------------------------------
  1185. r1778 | joevenzon | 2007-07-20 19:19:04 -0700 (Fri, 20 Jul 2007) | 3 lines
  1186.  
  1187. Transformation is now processed for 2D elements.
  1188.  
  1189.  
  1190. ------------------------------------------------------------------------
  1191. r1777 | rookie1 | 2007-07-20 06:40:48 -0700 (Fri, 20 Jul 2007) | 1 line
  1192.  
  1193. Attempt to fix tacho band and niddles - not working yet
  1194. ------------------------------------------------------------------------
  1195. r1776 | joevenzon | 2007-07-19 19:10:26 -0700 (Thu, 19 Jul 2007) | 3 lines
  1196.  
  1197. More attempts to fix collision code.  Best so far, I think!
  1198.  
  1199.  
  1200. ------------------------------------------------------------------------
  1201. r1775 | joevenzon | 2007-07-17 19:08:37 -0700 (Tue, 17 Jul 2007) | 3 lines
  1202.  
  1203. Tried to improve collision response.
  1204.  
  1205.  
  1206. ------------------------------------------------------------------------
  1207. r1774 | bugsyv | 2007-07-16 12:28:27 -0700 (Mon, 16 Jul 2007) | 4 lines
  1208.  
  1209. 1. make the "install" target work a little more comprehendably on OSX ( put stuff in /Applications )
  1210. 2. support universal builds. do "universal=all" to get ppc,i386 support.  Off by default, --help for more info.
  1211.  
  1212.  
  1213. ------------------------------------------------------------------------
  1214. r1773 | bugsyv | 2007-07-16 08:55:25 -0700 (Mon, 16 Jul 2007) | 1 line
  1215.  
  1216. Oops... restoring the reference to libSDL that I lost from the win32 build.  Hopefully, this will get things linking again.
  1217. ------------------------------------------------------------------------
  1218. r1772 | joevenzon | 2007-07-15 12:31:02 -0700 (Sun, 15 Jul 2007) | 3 lines
  1219.  
  1220. Fixed bug with wheel positioning (left to right were reversed).
  1221.  
  1222.  
  1223. ------------------------------------------------------------------------
  1224. r1771 | joevenzon | 2007-07-15 09:38:38 -0700 (Sun, 15 Jul 2007) | 3 lines
  1225.  
  1226. Added back texture size functionality.
  1227.  
  1228.  
  1229. ------------------------------------------------------------------------
  1230. r1770 | joevenzon | 2007-07-14 17:38:03 -0700 (Sat, 14 Jul 2007) | 3 lines
  1231.  
  1232. Fixed skyboxes so they don't move.
  1233.  
  1234.  
  1235. ------------------------------------------------------------------------
  1236. r1769 | joevenzon | 2007-07-14 17:14:08 -0700 (Sat, 14 Jul 2007) | 4 lines
  1237.  
  1238. Removed some unused legacy code from objects class, small changes to 
  1239. graphics to try to improve shadow quality and view distance.
  1240.  
  1241.  
  1242. ------------------------------------------------------------------------
  1243. r1768 | bugsyv | 2007-07-14 12:18:02 -0700 (Sat, 14 Jul 2007) | 5 lines
  1244.  
  1245. Fixes for two bugs found in the mac-compatible build.
  1246. 1. The wrong kind of object was being passed to an install command
  1247. 2. Need to delimit the env var used in the program name because win32 
  1248.    tacks ".exe" on to it and thar messes up evaluation.`
  1249.  
  1250. ------------------------------------------------------------------------
  1251. r1767 | bugsyv | 2007-07-13 13:12:50 -0700 (Fri, 13 Jul 2007) | 5 lines
  1252.  
  1253. These are some changes to SCons so that us mac guys can have a chance at keeping up with joe :) 
  1254.  
  1255. There is currenlty no support for making  universal binaries or packaging in a dmg
  1256.  
  1257.  
  1258. ------------------------------------------------------------------------
  1259. r1766 | matthew | 2007-07-13 07:30:51 -0700 (Fri, 13 Jul 2007) | 1 line
  1260.  
  1261. Added 'flush()' functionality to logs.
  1262. ------------------------------------------------------------------------
  1263. r1765 | abs1nth | 2007-07-10 14:24:29 -0700 (Tue, 10 Jul 2007) | 1 line
  1264.  
  1265. mac fixes
  1266. ------------------------------------------------------------------------
  1267. r1764 | thelusiv | 2007-07-09 23:22:31 -0700 (Mon, 09 Jul 2007) | 2 lines
  1268.  
  1269. Minor cleanup on src/SConscript file
  1270.  
  1271. ------------------------------------------------------------------------
  1272. r1763 | thelusiv | 2007-07-09 23:20:52 -0700 (Mon, 09 Jul 2007) | 1 line
  1273.  
  1274. Adding some more needed dlls, and other .a files, plus the headers for glew. Now vdrift.exe is compiled and if the dll files are copied to the directory from which vdrift.exe is run, it will run.
  1275. ------------------------------------------------------------------------
  1276. r1762 | thelusiv | 2007-07-09 22:14:10 -0700 (Mon, 09 Jul 2007) | 2 lines
  1277.  
  1278. Trial using GLEW for extensions.
  1279.  
  1280. ------------------------------------------------------------------------
  1281. r1761 | joevenzon | 2007-07-09 20:19:08 -0700 (Mon, 09 Jul 2007) | 3 lines
  1282.  
  1283. Shaders are now disabled if there is an error compiling.
  1284.  
  1285.  
  1286. ------------------------------------------------------------------------
  1287. r1760 | joevenzon | 2007-07-09 19:53:16 -0700 (Mon, 09 Jul 2007) | 3 lines
  1288.  
  1289. Started sending variables necessary for shader to do proper specularity.
  1290.  
  1291.  
  1292. ------------------------------------------------------------------------
  1293. r1759 | abs1nth | 2007-07-09 11:24:35 -0700 (Mon, 09 Jul 2007) | 1 line
  1294.  
  1295. mac fixes
  1296. ------------------------------------------------------------------------
  1297. r1758 | joevenzon | 2007-07-08 22:00:13 -0700 (Sun, 08 Jul 2007) | 3 lines
  1298.  
  1299. Added interiors, glass panels, and floating elements.
  1300.  
  1301.  
  1302. ------------------------------------------------------------------------
  1303. r1757 | thelusiv | 2007-07-08 19:36:43 -0700 (Sun, 08 Jul 2007) | 1 line
  1304.  
  1305. Changed the way some linking is done on Windows. Now does not try to link -lGL and -lGLU, uses opengl32 and glu32 instead.
  1306. ------------------------------------------------------------------------
  1307. r1756 | thelusiv | 2007-07-08 11:56:15 -0700 (Sun, 08 Jul 2007) | 2 lines
  1308.  
  1309. More old Win32 stuff updated that wasn't fixed before...
  1310.  
  1311. ------------------------------------------------------------------------
  1312. r1755 | thelusiv | 2007-07-08 11:45:46 -0700 (Sun, 08 Jul 2007) | 2 lines
  1313.  
  1314. Fixed a bug in Win32 code (old function was called that is now in game class) in gui code.
  1315.  
  1316. ------------------------------------------------------------------------
  1317. r1754 | thelusiv | 2007-07-08 11:37:29 -0700 (Sun, 08 Jul 2007) | 2 lines
  1318.  
  1319. Adding the SGI glext.h for Windows, so more extension typedefs are defined.
  1320.  
  1321. ------------------------------------------------------------------------
  1322. r1753 | rookie1 | 2007-07-08 02:16:52 -0700 (Sun, 08 Jul 2007) | 1 line
  1323.  
  1324. Add roadcones in auto-x mode
  1325. ------------------------------------------------------------------------
  1326. r1752 | thelusiv | 2007-07-08 01:33:18 -0700 (Sun, 08 Jul 2007) | 1 line
  1327.  
  1328. Setting up SCons to build VDrift on Windows. Several changes to SConstruct, all headers for Win32 now in tools/win/include, updated libs in tools/win/dll. Some small changes to other aspects of build system, including removing some OpenAL stuff. Small tweaks to includes (pch.h) to fix Win32 issues.
  1329. ------------------------------------------------------------------------
  1330. r1751 | thelusiv | 2007-07-07 21:01:31 -0700 (Sat, 07 Jul 2007) | 2 lines
  1331.  
  1332. Renaming VDrift source files with extension cc to cpp (Vamos remains as it was).
  1333.  
  1334. ------------------------------------------------------------------------
  1335. r1750 | joevenzon | 2007-07-07 09:53:38 -0700 (Sat, 07 Jul 2007) | 3 lines
  1336.  
  1337. Hack around ODE's definition of PACKAGE and VERSION.
  1338.  
  1339.  
  1340. ------------------------------------------------------------------------
  1341. r1749 | thelusiv | 2007-07-07 00:09:52 -0700 (Sat, 07 Jul 2007) | 2 lines
  1342.  
  1343. Added two new build options. scons profiling=1 turns on -pg and scons efficiency=1 turns on -Weffc++.
  1344.  
  1345. ------------------------------------------------------------------------
  1346. r1748 | joevenzon | 2007-07-06 23:54:57 -0700 (Fri, 06 Jul 2007) | 4 lines
  1347.  
  1348. Changed default hardcoded graphical options to have blur set to off 
  1349. (shadows on).
  1350.  
  1351.  
  1352. ------------------------------------------------------------------------
  1353. r1747 | joevenzon | 2007-07-06 23:32:11 -0700 (Fri, 06 Jul 2007) | 4 lines
  1354.  
  1355. Fixed an artifact of the scenegraph branch merge (duplication of NaN fix 
  1356. in Frame.cc)
  1357.  
  1358.  
  1359. ------------------------------------------------------------------------
  1360. r1746 | thelusiv | 2007-07-06 23:05:41 -0700 (Fri, 06 Jul 2007) | 2 lines
  1361.  
  1362. Merging scenegraph branch back into trunk.
  1363.  
  1364. ------------------------------------------------------------------------
  1365. r1736 | joevenzon | 2007-05-28 10:25:43 -0700 (Mon, 28 May 2007) | 5 lines
  1366.  
  1367. Added a NaN fix to Frame.cc from the scenegraph branch.  Added graphics 
  1368. classes but don't use them yet (those will get filled in from the scenegraph 
  1369. branch once it's time).
  1370.  
  1371.  
  1372. ------------------------------------------------------------------------
  1373. r1707 | rookie1 | 2007-05-04 02:42:51 -0700 (Fri, 04 May 2007) | 1 line
  1374.  
  1375. Add a target 'wrapper' to build Python wrapper for track editor
  1376. ------------------------------------------------------------------------
  1377. r1705 | joevenzon | 2007-04-29 19:27:12 -0700 (Sun, 29 Apr 2007) | 4 lines
  1378.  
  1379. Added some #defines to sound.cpp to increase modularity with my other 
  1380. projects.
  1381.  
  1382.  
  1383. ------------------------------------------------------------------------
  1384. r1704 | alexr | 2007-04-29 10:24:54 -0700 (Sun, 29 Apr 2007) | 2 lines
  1385.  
  1386. don't divide by zero
  1387.  
  1388. ------------------------------------------------------------------------
  1389. r1703 | abs1nth | 2007-04-28 16:39:39 -0700 (Sat, 28 Apr 2007) | 1 line
  1390.  
  1391. big endian fixes
  1392. ------------------------------------------------------------------------
  1393. r1702 | alexr | 2007-04-27 12:58:11 -0700 (Fri, 27 Apr 2007) | 2 lines
  1394.  
  1395. don;t divide by zero. inspired by the function in plib
  1396.  
  1397. ------------------------------------------------------------------------
  1398. r1701 | abs1nth | 2007-04-27 11:02:04 -0700 (Fri, 27 Apr 2007) | 1 line
  1399.  
  1400. fix new big-endian bugs in new FASTER_SOUNDBUFFER_ACCESS path
  1401. ------------------------------------------------------------------------
  1402. r1700 | abs1nth | 2007-04-27 10:51:06 -0700 (Fri, 27 Apr 2007) | 1 line
  1403.  
  1404. mac updates
  1405. ------------------------------------------------------------------------
  1406. r1699 | joevenzon | 2007-04-26 20:00:46 -0700 (Thu, 26 Apr 2007) | 3 lines
  1407.  
  1408. Optimized pitch-shifting sample function.  Improvement of almost 2X.
  1409.  
  1410.  
  1411. ------------------------------------------------------------------------
  1412. r1698 | joevenzon | 2007-04-26 18:59:37 -0700 (Thu, 26 Apr 2007) | 6 lines
  1413.  
  1414. Tried optimizing pitch-shifting sound sampling function, but was unable 
  1415. to get it working properly.  I did find an issue with the sound callback 
  1416. testing, which wasn't exercising as much code is it should have.  Don't 
  1417. forget to update the data package.
  1418.  
  1419.  
  1420. ------------------------------------------------------------------------
  1421. r1697 | joevenzon | 2007-04-24 01:27:07 -0700 (Tue, 24 Apr 2007) | 8 lines
  1422.  
  1423. Changed sound buffer read function and improved the sound 
  1424. class performance by an order of magnitude.
  1425.  
  1426. I still need to improve the read function for the pitch-shifted sound 
  1427. sources before there will be any real in-game improvement (since all 
  1428. sounds in VDrift are currently pitch-shiftable).
  1429.  
  1430.  
  1431. ------------------------------------------------------------------------
  1432. r1696 | thelusiv | 2007-04-22 16:32:35 -0700 (Sun, 22 Apr 2007) | 2 lines
  1433.  
  1434. Fixed classes that needed virtual destructors and removed -Wno-non-virtual-dtor from CCFLAGS in SConstruct.
  1435.  
  1436. ------------------------------------------------------------------------
  1437. r1695 | thelusiv | 2007-04-19 14:53:02 -0700 (Thu, 19 Apr 2007) | 2 lines
  1438.  
  1439. Removed all data from the source tree (data has moved to SF.net SVN, see VDrift forum for details).
  1440.  
  1441. ------------------------------------------------------------------------
  1442. r1694 | abs1nth | 2007-04-16 10:28:17 -0700 (Mon, 16 Apr 2007) | 1 line
  1443.  
  1444. mac stuff
  1445. ------------------------------------------------------------------------
  1446. r1693 | thelusiv | 2007-04-14 13:17:36 -0700 (Sat, 14 Apr 2007) | 2 lines
  1447.  
  1448. Removed lines in Linux build that get CC/CXX/CXXFLAGS from OS, forgot we have options that cover that. Also it breaks compilation if you don't have these environment variables...
  1449.  
  1450. ------------------------------------------------------------------------
  1451. r1692 | joevenzon | 2007-04-14 12:20:14 -0700 (Sat, 14 Apr 2007) | 3 lines
  1452.  
  1453. Added a new, higher level sound callback test.
  1454.  
  1455.  
  1456. ------------------------------------------------------------------------
  1457. r1691 | thelusiv | 2007-04-14 01:43:43 -0700 (Sat, 14 Apr 2007) | 2 lines
  1458.  
  1459. Linux build now imports CC, CXX, CXXFLAGS from OS environment variables.
  1460.  
  1461. ------------------------------------------------------------------------
  1462. r1690 | alexr | 2007-04-12 12:03:18 -0700 (Thu, 12 Apr 2007) | 2 lines
  1463.  
  1464. added missing texture
  1465.  
  1466. ------------------------------------------------------------------------
  1467. r1689 | alexr | 2007-04-12 11:38:22 -0700 (Thu, 12 Apr 2007) | 2 lines
  1468.  
  1469. transparency fixes
  1470.  
  1471. ------------------------------------------------------------------------
  1472. r1688 | alexr | 2007-04-12 11:02:28 -0700 (Thu, 12 Apr 2007) | 2 lines
  1473.  
  1474. fix the texture
  1475.  
  1476. ------------------------------------------------------------------------
  1477. r1687 | rookie1 | 2007-04-11 08:10:40 -0700 (Wed, 11 Apr 2007) | 1 line
  1478.  
  1479. Fix last lap time display bug
  1480. ------------------------------------------------------------------------
  1481. r1686 | joevenzon | 2007-04-10 19:45:02 -0700 (Tue, 10 Apr 2007) | 3 lines
  1482.  
  1483. Moved body02 to body01 for the CT.
  1484.  
  1485.  
  1486. ------------------------------------------------------------------------
  1487. r1685 | thelusiv | 2007-04-08 23:05:37 -0700 (Sun, 08 Apr 2007) | 2 lines
  1488.  
  1489. Disabled debug print in objects.cpp.
  1490.  
  1491. ------------------------------------------------------------------------
  1492. r1684 | joevenzon | 2007-04-08 10:27:56 -0700 (Sun, 08 Apr 2007) | 3 lines
  1493.  
  1494. Added new textures from http://vdrift.net/Forum/viewtopic.php?p=4608
  1495.  
  1496.  
  1497. ------------------------------------------------------------------------
  1498. r1683 | joevenzon | 2007-04-06 16:26:37 -0700 (Fri, 06 Apr 2007) | 3 lines
  1499.  
  1500. Checked in abs1nth change to sound to be less endian dependent.
  1501.  
  1502.  
  1503. ------------------------------------------------------------------------
  1504. r1682 | alexr | 2007-04-06 12:27:17 -0700 (Fri, 06 Apr 2007) | 2 lines
  1505.  
  1506. fix transparency
  1507.  
  1508. ------------------------------------------------------------------------
  1509. r1681 | alexr | 2007-04-06 10:31:44 -0700 (Fri, 06 Apr 2007) | 2 lines
  1510.  
  1511. install the cardot focused textures
  1512.  
  1513. ------------------------------------------------------------------------
  1514. r1680 | rookie1 | 2007-04-06 01:07:57 -0700 (Fri, 06 Apr 2007) | 1 line
  1515.  
  1516. Another update to drift scoring to relax the on track rule. The drift is good as long as at least 2 wheels are on track. Also dispalys the max dirft angle during a drift.
  1517. ------------------------------------------------------------------------
  1518. r1679 | thelusiv | 2007-04-06 00:01:53 -0700 (Fri, 06 Apr 2007) | 2 lines
  1519.  
  1520. Minor changes, re-fixed (better!) mouse-in-the-way bug. Now the mouse is always warped to 10,10 when the GUI is enabled.
  1521.  
  1522. ------------------------------------------------------------------------
  1523. r1678 | rookie1 | 2007-04-05 08:05:24 -0700 (Thu, 05 Apr 2007) | 3 lines
  1524.  
  1525. Change to drift scoring rules
  1526. 1. Do not count score from short drifts
  1527. 2. Consider the car on track if more than 2 wheels are on track
  1528. ------------------------------------------------------------------------
  1529. r1677 | matthew | 2007-04-04 12:17:30 -0700 (Wed, 04 Apr 2007) | 2 lines
  1530.  
  1531. Updated debian package.
  1532.  
  1533. ------------------------------------------------------------------------
  1534. r1676 | rookie1 | 2007-04-04 08:07:48 -0700 (Wed, 04 Apr 2007) | 1 line
  1535.  
  1536. Another update to drift scoring - additional bonus points base on max drift angle and speed
  1537. ------------------------------------------------------------------------
  1538. r1675 | rookie1 | 2007-04-04 06:36:45 -0700 (Wed, 04 Apr 2007) | 1 line
  1539.  
  1540. Correct lap sequence 0 for Spa
  1541. ------------------------------------------------------------------------
  1542. r1674 | rookie1 | 2007-04-03 08:22:28 -0700 (Tue, 03 Apr 2007) | 1 line
  1543.  
  1544. Add lap sequence to Weekend Drive
  1545. ------------------------------------------------------------------------
  1546. r1673 | rookie1 | 2007-04-03 07:52:29 -0700 (Tue, 03 Apr 2007) | 1 line
  1547.  
  1548. Another update to the drift scoring
  1549. ------------------------------------------------------------------------
  1550. r1672 | thelusiv | 2007-04-02 20:18:36 -0700 (Mon, 02 Apr 2007) | 2 lines
  1551.  
  1552. Some changes to the TL2 for better driftability...
  1553.  
  1554. ------------------------------------------------------------------------
  1555. r1671 | rookie1 | 2007-04-02 06:27:57 -0700 (Mon, 02 Apr 2007) | 1 line
  1556.  
  1557. Improve the drift scoring
  1558. ------------------------------------------------------------------------
  1559. r1670 | thelusiv | 2007-04-01 22:39:30 -0700 (Sun, 01 Apr 2007) | 2 lines
  1560.  
  1561. Turned the player car dots yellow so I can tell them apart from the others better.
  1562.  
  1563. ------------------------------------------------------------------------
  1564. r1669 | joevenzon | 2007-04-01 10:32:44 -0700 (Sun, 01 Apr 2007) | 5 lines
  1565.  
  1566. Fixed a compile bug (abs1nth identified it), fixed a replay bug that was 
  1567. causing no sound, made vamosworld be a but more robust about changing 
  1568. sound parameters.
  1569.  
  1570.  
  1571. ------------------------------------------------------------------------
  1572. r1668 | abs1nth | 2007-04-01 09:45:25 -0700 (Sun, 01 Apr 2007) | 1 line
  1573.  
  1574. further xcode project fixes
  1575. ------------------------------------------------------------------------
  1576. r1667 | rookie1 | 2007-04-01 08:12:28 -0700 (Sun, 01 Apr 2007) | 1 line
  1577.  
  1578. Award addtional points to longer drifts
  1579. ------------------------------------------------------------------------
  1580. r1666 | rookie1 | 2007-04-01 03:41:13 -0700 (Sun, 01 Apr 2007) | 1 line
  1581.  
  1582. Add a drifting score in Practice Game
  1583. ------------------------------------------------------------------------
  1584. r1665 | rookie1 | 2007-04-01 01:55:36 -0700 (Sun, 01 Apr 2007) | 1 line
  1585.  
  1586. Add camera focus control
  1587. ------------------------------------------------------------------------
  1588. r1664 | abs1nth | 2007-03-31 18:03:01 -0700 (Sat, 31 Mar 2007) | 1 line
  1589.  
  1590. mac fixes for removal of definitions.h
  1591. ------------------------------------------------------------------------
  1592. r1663 | joevenzon | 2007-03-31 15:57:42 -0700 (Sat, 31 Mar 2007) | 4 lines
  1593.  
  1594. Made sound engine automatically disable sound if init fails.  More 
  1595. completely disabled sound to try to address crashing.
  1596.  
  1597.  
  1598. ------------------------------------------------------------------------
  1599. r1662 | thelusiv | 2007-03-31 14:07:33 -0700 (Sat, 31 Mar 2007) | 2 lines
  1600.  
  1601. Minor change - don't take the log of an int, use a float instead...g++-3.3 doesn't like this.
  1602.  
  1603. ------------------------------------------------------------------------
  1604. r1661 | thelusiv | 2007-03-31 14:01:12 -0700 (Sat, 31 Mar 2007) | 2 lines
  1605.  
  1606. Some changes to autopackage build setup to use the version generated by scons, and set release and minimal/full through scons also, to avoid editing apspec for different packages.
  1607.  
  1608. ------------------------------------------------------------------------
  1609. r1660 | thelusiv | 2007-03-31 12:51:28 -0700 (Sat, 31 Mar 2007) | 2 lines
  1610.  
  1611. Minor update to apspec to use static libs now in repository.
  1612.  
  1613. ------------------------------------------------------------------------
  1614. r1659 | joevenzon | 2007-03-31 09:19:47 -0700 (Sat, 31 Mar 2007) | 4 lines
  1615.  
  1616. Added sound filters.  Changed constructor for SOUNDINFO to create 
  1617. invalid values.
  1618.  
  1619.  
  1620. ------------------------------------------------------------------------
  1621. r1658 | thelusiv | 2007-03-31 03:48:28 -0700 (Sat, 31 Mar 2007) | 2 lines
  1622.  
  1623. Fixed force feedback option. Made more reasonable constructors for SOUNDINFO class.
  1624.  
  1625. ------------------------------------------------------------------------
  1626. r1657 | thelusiv | 2007-03-31 00:19:55 -0700 (Sat, 31 Mar 2007) | 2 lines
  1627.  
  1628. Adding the statically compiled libraries used to build the recent autopackage.
  1629.  
  1630. ------------------------------------------------------------------------
  1631. r1656 | thelusiv | 2007-03-31 00:14:40 -0700 (Sat, 31 Mar 2007) | 2 lines
  1632.  
  1633. Final changes to autopackage build system for 2007-03-23 release.
  1634.  
  1635. ------------------------------------------------------------------------
  1636. r1655 | thelusiv | 2007-03-31 00:03:00 -0700 (Sat, 31 Mar 2007) | 2 lines
  1637.  
  1638. Removing definitions.h from SVN, removing include/pch.h from build since SCons wasn't building it anyway. New solution coming soon.
  1639.  
  1640. ------------------------------------------------------------------------
  1641. r1654 | joevenzon | 2007-03-30 18:15:05 -0700 (Fri, 30 Mar 2007) | 5 lines
  1642.  
  1643. Made tire squeals slightly more realistic by having them all start 
  1644. offset from each other.  Also tried to fix a crash that could occur when 
  1645. dt <= 0.
  1646.  
  1647.  
  1648. ------------------------------------------------------------------------
  1649. r1653 | abs1nth | 2007-03-30 09:35:18 -0700 (Fri, 30 Mar 2007) | 1 line
  1650.  
  1651. take definitions.h out of pch.h so it can effectively be precompiled
  1652. ------------------------------------------------------------------------
  1653. r1652 | abs1nth | 2007-03-30 06:00:02 -0700 (Fri, 30 Mar 2007) | 1 line
  1654.  
  1655. start scons support on osx
  1656. ------------------------------------------------------------------------
  1657. r1651 | thelusiv | 2007-03-29 23:17:35 -0700 (Thu, 29 Mar 2007) | 2 lines
  1658.  
  1659. Removed MergeFlags line which doesn't work on older SCons.
  1660.  
  1661. ------------------------------------------------------------------------
  1662. r1650 | thelusiv | 2007-03-29 23:11:40 -0700 (Thu, 29 Mar 2007) | 2 lines
  1663.  
  1664. Oops, didn't mean to replace apspec file, here's the latest one.
  1665.  
  1666. ------------------------------------------------------------------------
  1667. r1649 | thelusiv | 2007-03-29 23:10:07 -0700 (Thu, 29 Mar 2007) | 2 lines
  1668.  
  1669. Fixed compilation problems due to addition of precompiled header. Header is not working perfectly, not sure if SCons is compiling it properly. Also, when definitions.h is changed files are not being properly updated. For instance forcefeedback support doesn't get turned on properly.
  1670.  
  1671. ------------------------------------------------------------------------
  1672. r1648 | joevenzon | 2007-03-29 19:05:56 -0700 (Thu, 29 Mar 2007) | 4 lines
  1673.  
  1674. Some small sound architecture changes and updates and a new splash 
  1675. screen.  Library splash screen no longer displays.
  1676.  
  1677.  
  1678. ------------------------------------------------------------------------
  1679. r1647 | joevenzon | 2007-03-28 22:53:02 -0700 (Wed, 28 Mar 2007) | 3 lines
  1680.  
  1681. Sound system optimizations.
  1682.  
  1683.  
  1684. ------------------------------------------------------------------------
  1685. r1646 | alexr | 2007-03-28 08:33:54 -0700 (Wed, 28 Mar 2007) | 2 lines
  1686.  
  1687. add newline at end of file
  1688.  
  1689. ------------------------------------------------------------------------
  1690. r1645 | alexr | 2007-03-28 08:32:35 -0700 (Wed, 28 Mar 2007) | 2 lines
  1691.  
  1692. find pch.h
  1693.  
  1694. ------------------------------------------------------------------------
  1695. r1644 | abs1nth | 2007-03-28 06:56:44 -0700 (Wed, 28 Mar 2007) | 1 line
  1696.  
  1697. commit endian fixes for new sound code ... still doesn't work on ppc ;-(
  1698. ------------------------------------------------------------------------
  1699. r1643 | abs1nth | 2007-03-27 19:45:38 -0700 (Tue, 27 Mar 2007) | 1 line
  1700.  
  1701. xcode updates
  1702. ------------------------------------------------------------------------
  1703. r1642 | abs1nth | 2007-03-27 16:33:25 -0700 (Tue, 27 Mar 2007) | 1 line
  1704.  
  1705. revert accidental commit of debug message
  1706. ------------------------------------------------------------------------
  1707. r1641 | abs1nth | 2007-03-27 16:32:30 -0700 (Tue, 27 Mar 2007) | 1 line
  1708.  
  1709. update xcode project again
  1710. ------------------------------------------------------------------------
  1711. r1640 | abs1nth | 2007-03-27 16:29:43 -0700 (Tue, 27 Mar 2007) | 1 line
  1712.  
  1713. remove unused files
  1714. ------------------------------------------------------------------------
  1715. r1639 | abs1nth | 2007-03-27 16:24:38 -0700 (Tue, 27 Mar 2007) | 1 line
  1716.  
  1717. precompiled prefix header, as discussed on the forum. requires changes to SConstruct! also some mac fixes like the texture corruption on ppc...
  1718. ------------------------------------------------------------------------
  1719. r1638 | thelusiv | 2007-03-27 00:05:12 -0700 (Tue, 27 Mar 2007) | 2 lines
  1720.  
  1721. This fixes broken mouse driving as users experienced in the 2007-03-23 release.
  1722.  
  1723. ------------------------------------------------------------------------
  1724. r1637 | joevenzon | 2007-03-25 21:09:17 -0700 (Sun, 25 Mar 2007) | 5 lines
  1725.  
  1726. New, software-based sound engine.  Removed OpenAL dependencies from the 
  1727. SConscript files (I hope).  Resampled engine wave files to be 44.1khz, 
  1728. which is a requirement of the new sound engine.
  1729.  
  1730.  
  1731. ------------------------------------------------------------------------
  1732. r1636 | joevenzon | 2007-03-25 10:30:24 -0700 (Sun, 25 Mar 2007) | 5 lines
  1733.  
  1734. Controls are now saved when you click OK on a menu.  This fixes a bug 
  1735. where if you assign controls and then adjust display options before 
  1736. quitting, your control changes are lost.
  1737.  
  1738.  
  1739. ------------------------------------------------------------------------
  1740. r1635 | nathan | 2007-03-24 14:36:49 -0700 (Sat, 24 Mar 2007) | 1 line
  1741.  
  1742. fixed distribution of SDL_gfx.dll on windows
  1743. ------------------------------------------------------------------------
  1744. r1634 | nathan | 2007-03-24 12:19:31 -0700 (Sat, 24 Mar 2007) | 1 line
  1745.  
  1746. update win32 tools
  1747. ------------------------------------------------------------------------
  1748. r1632 | thelusiv | 2007-03-24 02:05:31 -0700 (Sat, 24 Mar 2007) | 2 lines
  1749.  
  1750. Adding a missing file to include/SConscript. Minor changes in other places.
  1751.  
  1752. ------------------------------------------------------------------------
  1753. r1631 | thelusiv | 2007-03-23 22:51:10 -0700 (Fri, 23 Mar 2007) | 2 lines
  1754.  
  1755. Final changes to build system for 2007-03-23 release
  1756.  
  1757. ------------------------------------------------------------------------
  1758. r1630 | thelusiv | 2007-03-23 12:51:32 -0700 (Fri, 23 Mar 2007) | 2 lines
  1759.  
  1760. Fixing default VDrift.confg, removing unused options from options.config, removing mouse controls menu, update autopackage build
  1761.  
  1762. ------------------------------------------------------------------------
  1763. r1629 | thelusiv | 2007-03-22 00:10:17 -0700 (Thu, 22 Mar 2007) | 2 lines
  1764.  
  1765. Double compiling is now working with apbuild. More fixes hopefully coming soon.
  1766.  
  1767. ------------------------------------------------------------------------
  1768. r1628 | joevenzon | 2007-03-21 21:34:17 -0700 (Wed, 21 Mar 2007) | 4 lines
  1769.  
  1770. Made the linux version always reload everything whenever clicking on OK 
  1771. in the graphics options menus.
  1772.  
  1773.  
  1774. ------------------------------------------------------------------------
  1775. r1627 | thelusiv | 2007-03-21 15:44:31 -0700 (Wed, 21 Mar 2007) | 2 lines
  1776.  
  1777. Fixed erroneous message that the skin wasn't found. Fixed some more autopackage build issues. OpenAL, ALUT and SDL_gfx are now all statically linked when the package is built. Added options to statically link those libs in the SCons system (but apbuild must still be used). Things are looking ready for release...
  1778.  
  1779. ------------------------------------------------------------------------
  1780. r1626 | alexr | 2007-03-17 08:45:16 -0700 (Sat, 17 Mar 2007) | 2 lines
  1781.  
  1782. install the cardot textures
  1783.  
  1784. ------------------------------------------------------------------------
  1785. r1625 | abs1nth | 2007-03-16 12:43:21 -0700 (Fri, 16 Mar 2007) | 1 line
  1786.  
  1787. mac fixes
  1788. ------------------------------------------------------------------------
  1789. r1624 | joevenzon | 2007-03-16 09:35:07 -0700 (Fri, 16 Mar 2007) | 3 lines
  1790.  
  1791. Reverted trackmap optimization.
  1792.  
  1793.  
  1794. ------------------------------------------------------------------------
  1795. r1623 | thelusiv | 2007-03-16 08:56:24 -0700 (Fri, 16 Mar 2007) | 2 lines
  1796.  
  1797. Minor change to make mouse no longer warp when gui is enabled. Updated slightly so the release version is tomorrow's date. Bumped autopackage target version to 1.2 in hopes that this will force users with old Autopackage libs to be upgraded.
  1798.  
  1799. ------------------------------------------------------------------------
  1800. r1622 | joevenzon | 2007-03-16 08:49:47 -0700 (Fri, 16 Mar 2007) | 3 lines
  1801.  
  1802. Fixed some compiler warnings.
  1803.  
  1804.  
  1805. ------------------------------------------------------------------------
  1806. r1621 | joevenzon | 2007-03-16 08:34:05 -0700 (Fri, 16 Mar 2007) | 3 lines
  1807.  
  1808. Small optimization to trackmap.
  1809.  
  1810.  
  1811. ------------------------------------------------------------------------
  1812. r1620 | rookie1 | 2007-03-16 07:40:48 -0700 (Fri, 16 Mar 2007) | 1 line
  1813.  
  1814. Added track map display
  1815. ------------------------------------------------------------------------
  1816. r1619 | thelusiv | 2007-03-16 07:00:32 -0700 (Fri, 16 Mar 2007) | 2 lines
  1817.  
  1818. Updating lots of things for release. Removed some data files no longer in use. Removed some scary error messages that were caused by something harmless in settings.cpp. Updated the AutoPackage-related files, old bugs in installer are now fixed, dependency checking has been improved, and the autopackage build setup got a general overhaul.
  1819.  
  1820. ------------------------------------------------------------------------
  1821. r1618 | thelusiv | 2007-03-14 21:50:30 -0700 (Wed, 14 Mar 2007) | 2 lines
  1822.  
  1823. Removing debug printouts from quat.cpp so game performs normally.
  1824.  
  1825. ------------------------------------------------------------------------
  1826. r1617 | thelusiv | 2007-03-14 13:26:09 -0700 (Wed, 14 Mar 2007) | 3 lines
  1827.  
  1828. Updating apspec file for release. turning off ff_output.txt force feedback output into text file. Removing "_x" textures from x1's widgets/controls set. Added proper "_sel" textures.
  1829. Cleaned up the VERTEX class a little, added some debugging messages to try to help diagnose problem causing win32 crash.
  1830.  
  1831. ------------------------------------------------------------------------
  1832. r1616 | thelusiv | 2007-03-11 17:58:50 -0700 (Sun, 11 Mar 2007) | 2 lines
  1833.  
  1834. Updated x1 menus and replaced all missing SConscripts with working copies. Updated scons-local to 0.96.95 from www.scons.org. Updated the SConscript files for tools/ and include/ so that source package will build correctly.
  1835.  
  1836. ------------------------------------------------------------------------
  1837. r1615 | pwp71 | 2007-03-11 12:24:39 -0700 (Sun, 11 Mar 2007) | 1 line
  1838.  
  1839. Update 4 start position Pau track
  1840. ------------------------------------------------------------------------
  1841. r1614 | pwp71 | 2007-03-11 09:50:27 -0700 (Sun, 11 Mar 2007) | 1 line
  1842.  
  1843. Update 4 start position Road Atlanta track
  1844. ------------------------------------------------------------------------
  1845. r1613 | pwp71 | 2007-03-11 07:37:25 -0700 (Sun, 11 Mar 2007) | 1 line
  1846.  
  1847. Update 4 start position Nuerburgring track
  1848. ------------------------------------------------------------------------
  1849. r1612 | pwp71 | 2007-03-11 07:25:10 -0700 (Sun, 11 Mar 2007) | 1 line
  1850.  
  1851. Update 4 start position Monza track
  1852. ------------------------------------------------------------------------
  1853. r1611 | pwp71 | 2007-03-11 04:27:46 -0700 (Sun, 11 Mar 2007) | 1 line
  1854.  
  1855. Update 4 start position Mosport track
  1856. ------------------------------------------------------------------------
  1857. r1610 | pwp71 | 2007-03-10 05:40:45 -0800 (Sat, 10 Mar 2007) | 1 line
  1858.  
  1859. Update 4 start position Monaco track
  1860. ------------------------------------------------------------------------
  1861. r1609 | pwp71 | 2007-03-08 16:17:21 -0800 (Thu, 08 Mar 2007) | 1 line
  1862.  
  1863. Update 4 start position Spa track
  1864. ------------------------------------------------------------------------
  1865. r1608 | pwp71 | 2007-03-08 15:30:11 -0800 (Thu, 08 Mar 2007) | 1 line
  1866.  
  1867. Update 4 start position Lemans track
  1868. ------------------------------------------------------------------------
  1869. r1607 | pwp71 | 2007-03-08 14:26:27 -0800 (Thu, 08 Mar 2007) | 1 line
  1870.  
  1871. Update 4 start position Lagunaseca track
  1872. ------------------------------------------------------------------------
  1873. r1606 | rookie1 | 2007-03-08 07:03:59 -0800 (Thu, 08 Mar 2007) | 1 line
  1874.  
  1875. Fix a bug where AI car's color selection overwriting player car's color selection
  1876. ------------------------------------------------------------------------
  1877. r1605 | joevenzon | 2007-03-07 20:31:42 -0800 (Wed, 07 Mar 2007) | 3 lines
  1878.  
  1879. Fixed speed sensitivity fix!
  1880.  
  1881.  
  1882. ------------------------------------------------------------------------
  1883. r1604 | joevenzon | 2007-03-07 20:27:06 -0800 (Wed, 07 Mar 2007) | 3 lines
  1884.  
  1885. Fixed speed sensitivity application.
  1886.  
  1887.  
  1888. ------------------------------------------------------------------------
  1889. r1603 | joevenzon | 2007-03-07 20:07:43 -0800 (Wed, 07 Mar 2007) | 4 lines
  1890.  
  1891. Fixed a bug causing a crash when playing two games in a row on a track 
  1892. with blender skybox objects.
  1893.  
  1894.  
  1895. ------------------------------------------------------------------------
  1896. r1602 | thelusiv | 2007-03-07 15:07:35 -0800 (Wed, 07 Mar 2007) | 2 lines
  1897.  
  1898. Fixing empty force feedback device string.
  1899.  
  1900. ------------------------------------------------------------------------
  1901. r1601 | pwp71 | 2007-03-07 15:07:24 -0800 (Wed, 07 Mar 2007) | 1 line
  1902.  
  1903. Update 4 start position Ruudskogen track
  1904. ------------------------------------------------------------------------
  1905. r1600 | rookie1 | 2007-03-07 00:49:23 -0800 (Wed, 07 Mar 2007) | 3 lines
  1906.  
  1907. Bug fix for track reversing, and position display
  1908. 1. Correct the position calculation in Vamos_World::World::update_race_position () to take into account the track direction
  1909. 2. Complete the copy constructor of BEZIER. Originally not all the class members are copied.
  1910. ------------------------------------------------------------------------
  1911. r1599 | pwp71 | 2007-03-06 16:10:45 -0800 (Tue, 06 Mar 2007) | 1 line
  1912.  
  1913. Update 4 start position Weekend track
  1914. ------------------------------------------------------------------------
  1915. r1598 | pwp71 | 2007-03-06 15:51:47 -0800 (Tue, 06 Mar 2007) | 1 line
  1916.  
  1917. Update 4 start position Zandvoort track
  1918. ------------------------------------------------------------------------
  1919. r1597 | abs1nth | 2007-03-06 13:24:14 -0800 (Tue, 06 Mar 2007) | 1 line
  1920.  
  1921. we only tell users to restart if the display change really wouldn't work
  1922. ------------------------------------------------------------------------
  1923. r1596 | abs1nth | 2007-03-06 13:20:53 -0800 (Tue, 06 Mar 2007) | 1 line
  1924.  
  1925. we only tell users to restart if the display change really wouldn't work
  1926. ------------------------------------------------------------------------
  1927. r1595 | abs1nth | 2007-03-06 12:42:59 -0800 (Tue, 06 Mar 2007) | 2 lines
  1928.  
  1929. mac fixes
  1930.  
  1931. ------------------------------------------------------------------------
  1932. r1594 | thelusiv | 2007-03-06 02:10:53 -0800 (Tue, 06 Mar 2007) | 2 lines
  1933.  
  1934. Updating RS2 a little more. Fixed engine weight and driver position, changed view positions, redistributed removed engine weight to corner weights, fixed wheel weights.
  1935.  
  1936. ------------------------------------------------------------------------
  1937. r1593 | thelusiv | 2007-03-06 01:27:30 -0800 (Tue, 06 Mar 2007) | 2 lines
  1938.  
  1939. Adding correct model and simple solid-color textures for RS2 (Subaru Impreza WRX RS2.5). Updated RS2.car to reflect new wheel positions, updated weights and positions, engine position & weight, suspension stuff, and more.
  1940.  
  1941. ------------------------------------------------------------------------
  1942. r1592 | thelusiv | 2007-03-05 22:41:28 -0800 (Mon, 05 Mar 2007) | 2 lines
  1943.  
  1944. Made it so spinning car showing opponent car selection no longer displays the opponent car's color.
  1945.  
  1946. ------------------------------------------------------------------------
  1947. r1591 | thelusiv | 2007-03-05 22:17:37 -0800 (Mon, 05 Mar 2007) | 2 lines
  1948.  
  1949. Added a new menu, that gets called when display options are changed, on OS X or Windows. This makes sure users don't end up with garbled graphics. They are given the option to quit right away or return to the Options menu. Untested.
  1950.  
  1951. ------------------------------------------------------------------------
  1952. r1590 | pwp71 | 2007-03-05 13:27:42 -0800 (Mon, 05 Mar 2007) | 1 line
  1953.  
  1954. Update 4 start position Kyalami track
  1955. ------------------------------------------------------------------------
  1956. r1589 | pwp71 | 2007-03-05 12:58:42 -0800 (Mon, 05 Mar 2007) | 1 line
  1957.  
  1958. Update 4 start position Jarama track
  1959. ------------------------------------------------------------------------
  1960. r1588 | pwp71 | 2007-03-05 12:33:44 -0800 (Mon, 05 Mar 2007) | 1 line
  1961.  
  1962. Update 4 start position Hockenheim track
  1963. ------------------------------------------------------------------------
  1964. r1587 | pwp71 | 2007-03-05 11:40:23 -0800 (Mon, 05 Mar 2007) | 1 line
  1965.  
  1966. Update 4 start position Dijon track
  1967. ------------------------------------------------------------------------
  1968. r1586 | thelusiv | 2007-03-05 02:44:31 -0800 (Mon, 05 Mar 2007) | 5 lines
  1969.  
  1970. Number of laps remaining for unfinished players now displayed with race results when single race is left before all players are done.
  1971. Unfinished players now sort correctly after all other players.
  1972. Added several new options: joystick.ff_invert flips the force feedback, control.speed_sens_steering controls how much speed affects steering limitation, joystick.two_hundred limits steering range to 200 degrees.
  1973. All these new options plus joystick.ff_gain (added but not commented on before, controls gain on force feedback), are now in the menus. All these options are hooked up in vamosworld.cc, but none have been tested yet.
  1974.  
  1975. ------------------------------------------------------------------------
  1976. r1585 | pwp71 | 2007-03-04 15:24:42 -0800 (Sun, 04 Mar 2007) | 1 line
  1977.  
  1978. Update 4 start position Detroit track
  1979. ------------------------------------------------------------------------
  1980. r1584 | pwp71 | 2007-03-04 12:05:46 -0800 (Sun, 04 Mar 2007) | 1 line
  1981.  
  1982. Update 4 start position Brands Hatch track
  1983. ------------------------------------------------------------------------
  1984. r1583 | pwp71 | 2007-03-04 11:31:12 -0800 (Sun, 04 Mar 2007) | 1 line
  1985.  
  1986. Update 4 start position Barcelona track
  1987. ------------------------------------------------------------------------
  1988. r1582 | joevenzon | 2007-03-04 09:58:07 -0800 (Sun, 04 Mar 2007) | 3 lines
  1989.  
  1990. Fixed bug with my previous check-in.
  1991.  
  1992.  
  1993. ------------------------------------------------------------------------
  1994. r1581 | thelusiv | 2007-03-04 02:51:42 -0800 (Sun, 04 Mar 2007) | 2 lines
  1995.  
  1996. Making sure RaceResults page always gets updated.
  1997.  
  1998. ------------------------------------------------------------------------
  1999. r1580 | thelusiv | 2007-03-04 02:03:19 -0800 (Sun, 04 Mar 2007) | 2 lines
  2000.  
  2001. Fixed a bug in spinning_car where settings.Get was being called in Draw(). Set up a way for users to choose up to 3 cars to race against. Added a few options to accomodate this.
  2002.  
  2003. ------------------------------------------------------------------------
  2004. r1579 | alexr | 2007-03-03 18:43:47 -0800 (Sat, 03 Mar 2007) | 3 lines
  2005.  
  2006. don't make the horizon a blended transparent texture now that we've fixed
  2007. the sky drawing code.
  2008.  
  2009. ------------------------------------------------------------------------
  2010. r1578 | joevenzon | 2007-03-03 17:52:06 -0800 (Sat, 03 Mar 2007) | 3 lines
  2011.  
  2012. Updated track reversal code to move the starting line back one patch.
  2013.  
  2014.  
  2015. ------------------------------------------------------------------------
  2016. r1577 | joevenzon | 2007-03-03 17:33:28 -0800 (Sat, 03 Mar 2007) | 5 lines
  2017.  
  2018. Fixed a bug with the object code that was causing skybox objects to 
  2019. occlude each other based on their order in memory instead of having them 
  2020. occlude each other based on the z-buffer.
  2021.  
  2022.  
  2023. ------------------------------------------------------------------------
  2024. r1576 | alexr | 2007-03-03 09:39:52 -0800 (Sat, 03 Mar 2007) | 4 lines
  2025.  
  2026. removed the skyfade texture. (object still i but removed from list.txt)
  2027. vertically track the skyboxes.
  2028. made the horizon a skybox.
  2029.  
  2030. ------------------------------------------------------------------------
  2031. r1575 | rookie1 | 2007-03-02 06:03:34 -0800 (Fri, 02 Mar 2007) | 1 line
  2032.  
  2033. Add 'best lap' to the race result screen
  2034. ------------------------------------------------------------------------
  2035. r1574 | thelusiv | 2007-03-02 00:35:03 -0800 (Fri, 02 Mar 2007) | 2 lines
  2036.  
  2037. Changing so StopGameConfirm menu appears instead of InGameLeaveConfirm if in single race mode correctly, instead of just going straight to StopGameConfirm on Pause.
  2038.  
  2039. ------------------------------------------------------------------------
  2040. r1573 | thelusiv | 2007-03-01 23:44:52 -0800 (Thu, 01 Mar 2007) | 2 lines
  2041.  
  2042. Added a menu to confirm leaving a race (and leading to RaceResults page). Fixed bugs regarding leaving an ended game to the race results page (mouse no longer stuck). Added a fix for putting the mouse back where it was before the game was begun when returning to the menu - this fixes the "mouse always returns to center of menu after game" bug.
  2043.  
  2044. ------------------------------------------------------------------------
  2045. r1572 | joevenzon | 2007-03-01 18:48:28 -0800 (Thu, 01 Mar 2007) | 4 lines
  2046.  
  2047. Fixed a bug that caused segfaults when reversing tracks without any lap 
  2048. sequences defined.
  2049.  
  2050.  
  2051. ------------------------------------------------------------------------
  2052. r1571 | joevenzon | 2007-02-28 22:49:44 -0800 (Wed, 28 Feb 2007) | 3 lines
  2053.  
  2054. Corrected control error when applying exponent.
  2055.  
  2056.  
  2057. ------------------------------------------------------------------------
  2058. r1570 | joevenzon | 2007-02-28 20:10:47 -0800 (Wed, 28 Feb 2007) | 3 lines
  2059.  
  2060. Reversed starting positions.
  2061.  
  2062.  
  2063. ------------------------------------------------------------------------
  2064. r1569 | thelusiv | 2007-02-27 23:50:07 -0800 (Tue, 27 Feb 2007) | 2 lines
  2065.  
  2066. Trying to fix a bug causing steer_left to actually steer right after the control has been edited. Not sure if this effects other controls. Fixed a few things about the CONTROL class, now there is a proper default and conversion constructor. Bug remains...
  2067.  
  2068. ------------------------------------------------------------------------
  2069. r1568 | thelusiv | 2007-02-27 21:45:10 -0800 (Tue, 27 Feb 2007) | 2 lines
  2070.  
  2071. Removed old Control X graphics, added new graphics with highlighted borders for control selection. Updated edit control menus moving some labels around.
  2072.  
  2073. ------------------------------------------------------------------------
  2074. r1567 | thelusiv | 2007-02-27 21:12:24 -0800 (Tue, 27 Feb 2007) | 2 lines
  2075.  
  2076. Added a display of the value a slider represents. Made sliders optionally have a minimum and maximum value, instead of assuming that the min is 0.0 and max is 1.0. Slider can either display its value in percentage or decimal. Updated control editing to take advantage of these new slider features.
  2077.  
  2078. ------------------------------------------------------------------------
  2079. r1566 | joevenzon | 2007-02-27 09:38:00 -0800 (Tue, 27 Feb 2007) | 3 lines
  2080.  
  2081. Fixed reverse driving position display.
  2082.  
  2083.  
  2084. ------------------------------------------------------------------------
  2085. r1565 | thelusiv | 2007-02-27 02:12:35 -0800 (Tue, 27 Feb 2007) | 2 lines
  2086.  
  2087. Added a Reverse Track option to the Single Race and Practice Game menus, so users can choose the direction they wish to race.
  2088.  
  2089. ------------------------------------------------------------------------
  2090. r1564 | thelusiv | 2007-02-27 01:25:21 -0800 (Tue, 27 Feb 2007) | 2 lines
  2091.  
  2092. Added ff_gain option for force-feedback gain value. Made lots of changes to the Edit*Control menus and the control editing setup. Now options should be set and displayed correctly in the edit control menus. Also the settings changed in the Edit Control menus should now be saved properly, and affect gameplay as designed.
  2093.  
  2094. ------------------------------------------------------------------------
  2095. r1563 | alexr | 2007-02-26 15:29:57 -0800 (Mon, 26 Feb 2007) | 2 lines
  2096.  
  2097. another track conversion.
  2098.  
  2099. ------------------------------------------------------------------------
  2100. r1562 | joevenzon | 2007-02-25 10:11:48 -0800 (Sun, 25 Feb 2007) | 3 lines
  2101.  
  2102. Fixed some bugs with track reversal.
  2103.  
  2104.  
  2105. ------------------------------------------------------------------------
  2106. r1561 | thelusiv | 2007-02-25 08:32:14 -0800 (Sun, 25 Feb 2007) | 2 lines
  2107.  
  2108. Added a file "definitions.h" that is generated automatically by SCons at build time. All compile-time defines are now moved to this file and off the compiler flags. All files that need defines from this now include definitions.h. Note: This file must be changed for Win32 and OS X builds! Also, added the Edit Mouse Motion Control menu (forgot to svn add last time).
  2109.  
  2110. ------------------------------------------------------------------------
  2111. r1560 | joevenzon | 2007-02-24 12:22:38 -0800 (Sat, 24 Feb 2007) | 4 lines
  2112.  
  2113. Updated skybox rendering to be selectable.  Turned off the new skybox 
  2114. method for spa, jarama, and neurburgring.
  2115.  
  2116.  
  2117. ------------------------------------------------------------------------
  2118. r1559 | joevenzon | 2007-02-24 11:40:07 -0800 (Sat, 24 Feb 2007) | 4 lines
  2119.  
  2120. Preliminary support for reversible patches.  Still not working:  laps 
  2121. aren't being marked correctly.
  2122.  
  2123.  
  2124. ------------------------------------------------------------------------
  2125. r1558 | rookie1 | 2007-02-24 06:50:15 -0800 (Sat, 24 Feb 2007) | 1 line
  2126.  
  2127. Display svn revision at bottom right corner of menu 
  2128. ------------------------------------------------------------------------
  2129. r1557 | thelusiv | 2007-02-24 03:40:50 -0800 (Sat, 24 Feb 2007) | 2 lines
  2130.  
  2131. Added a check in ChangePage to make sure page really exists. Added support for Edit Control pages. These pages are not yet functional, except for deleting controls. Modified the way ControlGrabs work a little, some modifications to Gui class to accomodate Edit Control pages. Gui object is now stored in a Singleton now, so the Gui object's reference pointer is available from any class.
  2132.  
  2133. ------------------------------------------------------------------------
  2134. r1556 | joevenzon | 2007-02-23 18:18:04 -0800 (Fri, 23 Feb 2007) | 4 lines
  2135.  
  2136. Added medium-detail lighting texture resize support (it no longer fails 
  2137. with GL_RGB message).  Also added z-buffer offset for blended objects.
  2138.  
  2139.  
  2140. ------------------------------------------------------------------------
  2141. r1555 | joevenzon | 2007-02-23 17:15:28 -0800 (Fri, 23 Feb 2007) | 3 lines
  2142.  
  2143. Removed skybox object vertical displacement based on camera position.
  2144.  
  2145.  
  2146. ------------------------------------------------------------------------
  2147. r1554 | joevenzon | 2007-02-23 07:03:38 -0800 (Fri, 23 Feb 2007) | 3 lines
  2148.  
  2149. Made skybox object inherit the camera's y coord.
  2150.  
  2151.  
  2152. ------------------------------------------------------------------------
  2153. r1553 | rookie1 | 2007-02-22 08:13:10 -0800 (Thu, 22 Feb 2007) | 1 line
  2154.  
  2155. Display a result screen at end of race. At the moment mouse is not working at this screen. Not sure why.
  2156. ------------------------------------------------------------------------
  2157. r1552 | nathan | 2007-02-22 03:55:20 -0800 (Thu, 22 Feb 2007) | 2 lines
  2158.  
  2159. skins option check now with DirExists instead of FileExists
  2160. DirExists uses on now win platforms FileExists, on win32 another implementation that only works if the dir is not empty
  2161. ------------------------------------------------------------------------
  2162. r1551 | thelusiv | 2007-02-21 17:32:06 -0800 (Wed, 21 Feb 2007) | 2 lines
  2163.  
  2164. More gracious disabling of force feedback when problems occur. Fix periodic updating of force feedback - only every 40 ms, which is equal to an update rate of 25 Hz.
  2165.  
  2166. ------------------------------------------------------------------------
  2167. r1550 | thelusiv | 2007-02-21 16:56:04 -0800 (Wed, 21 Feb 2007) | 2 lines
  2168.  
  2169. Fixing problem where some versions of SCons were cramming ENABLE_BINRELOC and ENABLE_FORCE_FEEDBACK defines together. Also tweaking ff code a little to "kick" less.
  2170.  
  2171. ------------------------------------------------------------------------
  2172. r1549 | thelusiv | 2007-02-21 16:01:09 -0800 (Wed, 21 Feb 2007) | 2 lines
  2173.  
  2174. Somehow this file didn't get added back.
  2175.  
  2176. ------------------------------------------------------------------------
  2177. r1548 | thelusiv | 2007-02-21 15:12:42 -0800 (Wed, 21 Feb 2007) | 2 lines
  2178.  
  2179. Reset Physics rate to 250 FPS. Updated force feedback code, tested, mostly works now! Cuts out after a while. Added ff_device option to options.config so it's recognized.
  2180.  
  2181. ------------------------------------------------------------------------
  2182. r1547 | thelusiv | 2007-02-21 02:54:15 -0800 (Wed, 21 Feb 2007) | 2 lines
  2183.  
  2184. Beginning force feedback support. May work in Linux. Untested. Use "scons force_feedback=1" to enable.
  2185.  
  2186. ------------------------------------------------------------------------
  2187. r1546 | rookie1 | 2007-02-19 07:38:05 -0800 (Mon, 19 Feb 2007) | 1 line
  2188.  
  2189. Add a field in TIMER class to store total time for each car. To be used for race result display.
  2190. ------------------------------------------------------------------------
  2191. r1545 | rookie1 | 2007-02-19 05:10:59 -0800 (Mon, 19 Feb 2007) | 1 line
  2192.  
  2193. Improve race position update and win/lose detection
  2194. ------------------------------------------------------------------------
  2195. r1544 | thelusiv | 2007-02-19 01:35:41 -0800 (Mon, 19 Feb 2007) | 2 lines
  2196.  
  2197. A bunch of miscellaneous changes...reverting skins/ SConscript files because updates don't seem to work. Reducing physics framerate to 100 FPS instead of 250. AI racing is somewhat faster. Adding some of the Edit* menus which will be used as templates for control details menus. Added some error trapping and debug printouts to wheel.h and settings.cpp for skins directory (to help figure out problems with Skins option on Windows).
  2198.  
  2199. ------------------------------------------------------------------------
  2200. r1543 | pwp71 | 2007-02-18 05:52:36 -0800 (Sun, 18 Feb 2007) | 1 line
  2201.  
  2202. Update Spa track coefficients
  2203. ------------------------------------------------------------------------
  2204. r1542 | rookie1 | 2007-02-16 07:13:12 -0800 (Fri, 16 Feb 2007) | 1 line
  2205.  
  2206. Display win or lose message at end of race
  2207. ------------------------------------------------------------------------
  2208. r1541 | alexr | 2007-02-15 17:41:43 -0800 (Thu, 15 Feb 2007) | 2 lines
  2209.  
  2210. copied the wrong file
  2211.  
  2212. ------------------------------------------------------------------------
  2213. r1540 | alexr | 2007-02-15 17:06:26 -0800 (Thu, 15 Feb 2007) | 2 lines
  2214.  
  2215. another conversion.
  2216.  
  2217. ------------------------------------------------------------------------
  2218. r1539 | pwp71 | 2007-02-15 14:18:22 -0800 (Thu, 15 Feb 2007) | 1 line
  2219.  
  2220. Update nuerburgring_nordschleife track add ROAD1d.tga.png
  2221. ------------------------------------------------------------------------
  2222. r1538 | pwp71 | 2007-02-15 13:57:25 -0800 (Thu, 15 Feb 2007) | 1 line
  2223.  
  2224. Update nuerburgring_nordschleife track coefficients
  2225. ------------------------------------------------------------------------
  2226. r1537 | nathan | 2007-02-15 11:35:42 -0800 (Thu, 15 Feb 2007) | 1 line
  2227.  
  2228. up to date again
  2229. ------------------------------------------------------------------------
  2230. r1536 | abs1nth | 2007-02-15 11:00:42 -0800 (Thu, 15 Feb 2007) | 1 line
  2231.  
  2232. ReloadDisplay() changes
  2233. ------------------------------------------------------------------------
  2234. r1535 | abs1nth | 2007-02-15 10:50:30 -0800 (Thu, 15 Feb 2007) | 1 line
  2235.  
  2236. fix mac project
  2237. ------------------------------------------------------------------------
  2238. r1534 | rookie1 | 2007-02-15 07:48:53 -0800 (Thu, 15 Feb 2007) | 3 lines
  2239.  
  2240. Replace the "Career" mode with a "Single Race" game mode. Move the "number of opponent" selection from Practice game mode to Single Race game mode. Add a "number of laps" selection to Single Race game mode as well.
  2241.  
  2242. Only updated menus in the "simple" skin. Not done so in 'x1' skin.
  2243. ------------------------------------------------------------------------
  2244. r1533 | rookie1 | 2007-02-12 06:13:15 -0800 (Mon, 12 Feb 2007) | 1 line
  2245.  
  2246. Limit the max number of opponent cars to 3
  2247. ------------------------------------------------------------------------
  2248. r1532 | thelusiv | 2007-02-11 23:12:35 -0800 (Sun, 11 Feb 2007) | 2 lines
  2249.  
  2250. Changed some of the loading messages so the word "Loading" is not repeated so much. Added missing in-game camera movement control assigment menus.
  2251.  
  2252. ------------------------------------------------------------------------
  2253. r1531 | matthew | 2007-02-11 12:20:35 -0800 (Sun, 11 Feb 2007) | 4 lines
  2254.  
  2255. Updated skins build scripts so that you don't need a SConscript file for each
  2256. sub directory.  The main data/skins/SConscript build file takes care of
  2257. everything now.
  2258.  
  2259. ------------------------------------------------------------------------
  2260. r1530 | pwp71 | 2007-02-10 03:51:27 -0800 (Sat, 10 Feb 2007) | 1 line
  2261.  
  2262. weekend track trees non-collidable.
  2263. ------------------------------------------------------------------------
  2264. r1529 | pwp71 | 2007-02-09 13:44:44 -0800 (Fri, 09 Feb 2007) | 1 line
  2265.  
  2266. update weekend track coefficients.
  2267. ------------------------------------------------------------------------
  2268. r1528 | pwp71 | 2007-02-08 16:04:20 -0800 (Thu, 08 Feb 2007) | 1 line
  2269.  
  2270. Update LagunaSeca track coefficients
  2271. ------------------------------------------------------------------------
  2272. r1527 | alexr | 2007-02-08 13:56:31 -0800 (Thu, 08 Feb 2007) | 2 lines
  2273.  
  2274. make sure we can see the horizon.
  2275.  
  2276. ------------------------------------------------------------------------
  2277. r1526 | rookie1 | 2007-02-06 06:50:37 -0800 (Tue, 06 Feb 2007) | 1 line
  2278.  
  2279. Display lap counter and race position
  2280. ------------------------------------------------------------------------
  2281. r1525 | joevenzon | 2007-02-05 06:55:58 -0800 (Mon, 05 Feb 2007) | 3 lines
  2282.  
  2283. Tried to fix drawing code for special "blended skybox" cases.
  2284.  
  2285.  
  2286. ------------------------------------------------------------------------
  2287. r1524 | joevenzon | 2007-02-04 16:07:06 -0800 (Sun, 04 Feb 2007) | 4 lines
  2288.  
  2289. Made the configfile class a bit more flexible for backward 
  2290. compatibility.
  2291.  
  2292.  
  2293. ------------------------------------------------------------------------
  2294. r1523 | joevenzon | 2007-02-04 12:43:01 -0800 (Sun, 04 Feb 2007) | 4 lines
  2295.  
  2296. Completed hashmap integration into configfile class.  Still some bugs, 
  2297. not sure why.
  2298.  
  2299.  
  2300. ------------------------------------------------------------------------
  2301. r1522 | joevenzon | 2007-02-04 12:16:29 -0800 (Sun, 04 Feb 2007) | 3 lines
  2302.  
  2303. Continuing on with hashmap update to configfile class.
  2304.  
  2305.  
  2306. ------------------------------------------------------------------------
  2307. r1521 | joevenzon | 2007-02-04 11:49:37 -0800 (Sun, 04 Feb 2007) | 4 lines
  2308.  
  2309. Started implementing hashmaps to speed up the configfile class.  Don't 
  2310. execute this yet, it's not finished.
  2311.  
  2312.  
  2313. ------------------------------------------------------------------------
  2314. r1520 | alexr | 2007-02-04 09:31:46 -0800 (Sun, 04 Feb 2007) | 3 lines
  2315.  
  2316. the previous fix has made the forest disappear. remove the sky for now to get
  2317. the forest back.
  2318.  
  2319. ------------------------------------------------------------------------
  2320. r1519 | rookie1 | 2007-02-04 07:18:38 -0800 (Sun, 04 Feb 2007) | 1 line
  2321.  
  2322. Fix the background in Hockenheim
  2323. ------------------------------------------------------------------------
  2324. r1518 | joevenzon | 2007-02-03 18:03:35 -0800 (Sat, 03 Feb 2007) | 3 lines
  2325.  
  2326. Completed adding back correct fonts.
  2327.  
  2328.  
  2329. ------------------------------------------------------------------------
  2330. r1517 | joevenzon | 2007-02-03 17:25:53 -0800 (Sat, 03 Feb 2007) | 3 lines
  2331.  
  2332. Moving font directories around (part 3)
  2333.  
  2334.  
  2335. ------------------------------------------------------------------------
  2336. r1516 | joevenzon | 2007-02-03 17:23:00 -0800 (Sat, 03 Feb 2007) | 3 lines
  2337.  
  2338. Moving font directories around (part 2)
  2339.  
  2340.  
  2341. ------------------------------------------------------------------------
  2342. r1515 | joevenzon | 2007-02-03 17:22:31 -0800 (Sat, 03 Feb 2007) | 3 lines
  2343.  
  2344. Moving font directory structures around (part 1)
  2345.  
  2346.  
  2347. ------------------------------------------------------------------------
  2348. r1514 | joevenzon | 2007-02-02 19:28:30 -0800 (Fri, 02 Feb 2007) | 3 lines
  2349.  
  2350. New font engine + 1 new font.  Will add original fonts back later.
  2351.  
  2352.  
  2353. ------------------------------------------------------------------------
  2354. r1513 | kcid | 2007-01-31 05:49:00 -0800 (Wed, 31 Jan 2007) | 1 line
  2355.  
  2356. excluded widget.cpp from the Windows project file.
  2357. ------------------------------------------------------------------------
  2358. r1512 | kcid | 2007-01-31 01:42:27 -0800 (Wed, 31 Jan 2007) | 1 line
  2359.  
  2360. Edit of CT and M8 about files.
  2361. ------------------------------------------------------------------------
  2362. r1511 | cotharyus | 2007-01-30 18:50:58 -0800 (Tue, 30 Jan 2007) | 3 lines
  2363.  
  2364. Handling tweaks on the M7 as well as a full spec out on the CT.
  2365.  
  2366.  
  2367. ------------------------------------------------------------------------
  2368. r1510 | thelusiv | 2007-01-30 14:10:19 -0800 (Tue, 30 Jan 2007) | 2 lines
  2369.  
  2370. Updated M8 with hood and driver positions, plus separated M8 glass from body and made a new glass texture.
  2371.  
  2372. ------------------------------------------------------------------------
  2373. r1509 | cotharyus | 2007-01-29 16:45:44 -0800 (Mon, 29 Jan 2007) | 2 lines
  2374.  
  2375. Minor handling tweaks to the M8, should be a little easier to bring back from the rear end getting away now, but it's still a handful. Fun.
  2376.  
  2377. ------------------------------------------------------------------------
  2378. r1508 | thelusiv | 2007-01-28 18:12:23 -0800 (Sun, 28 Jan 2007) | 2 lines
  2379.  
  2380. SConscript files for CT, some minor changes to GUI working on control editing
  2381.  
  2382. ------------------------------------------------------------------------
  2383. r1507 | cotharyus | 2007-01-28 15:36:36 -0800 (Sun, 28 Jan 2007) | 2 lines
  2384.  
  2385. Updated brakes, suspension, minor tweaks, should be good.
  2386.  
  2387. ------------------------------------------------------------------------
  2388. r1506 | joevenzon | 2007-01-28 12:30:31 -0800 (Sun, 28 Jan 2007) | 4 lines
  2389.  
  2390. Added a CT car.  Also fixed some problems with the floating element 
  2391. texture assignment and the shadow position.
  2392.  
  2393.  
  2394. ------------------------------------------------------------------------
  2395. r1505 | alexr | 2007-01-28 10:28:18 -0800 (Sun, 28 Jan 2007) | 2 lines
  2396.  
  2397. fixed the horizon.
  2398.  
  2399. ------------------------------------------------------------------------
  2400. r1504 | joevenzon | 2007-01-28 10:00:51 -0800 (Sun, 28 Jan 2007) | 3 lines
  2401.  
  2402. added ambient occlusion shading to M3
  2403.  
  2404.  
  2405. ------------------------------------------------------------------------
  2406. r1503 | rookie1 | 2007-01-27 23:32:24 -0800 (Sat, 27 Jan 2007) | 1 line
  2407.  
  2408. Solve a seg fault bug when more than 3 cars are in a race
  2409. ------------------------------------------------------------------------
  2410. r1502 | thelusiv | 2007-01-26 23:49:51 -0800 (Fri, 26 Jan 2007) | 2 lines
  2411.  
  2412. Added two more new controls for toggling ABS and TCS on/off during gameplay.
  2413.  
  2414. ------------------------------------------------------------------------
  2415. r1501 | thelusiv | 2007-01-26 21:31:40 -0800 (Fri, 26 Jan 2007) | 2 lines
  2416.  
  2417. Forgot to add in-game Camera View Controls menu, added two new controls: Next Camera and Previous Camera traverse the set of views (hood, in-car, chase rigid, chase loose).
  2418.  
  2419. ------------------------------------------------------------------------
  2420. r1500 | joevenzon | 2007-01-26 18:20:24 -0800 (Fri, 26 Jan 2007) | 3 lines
  2421.  
  2422. Streamlined object drawing code.
  2423.  
  2424.  
  2425. ------------------------------------------------------------------------
  2426. r1499 | joevenzon | 2007-01-26 17:57:29 -0800 (Fri, 26 Jan 2007) | 3 lines
  2427.  
  2428. Tried to improve object draw performance.
  2429.  
  2430.  
  2431. ------------------------------------------------------------------------
  2432. r1498 | thelusiv | 2007-01-26 17:55:07 -0800 (Fri, 26 Jan 2007) | 2 lines
  2433.  
  2434. Split Camera Controls menu into two menus, Camera View Controls and Camera Movement Controls. Had to split in order to fit in 2 more controls, Zoom In and Zoom Out. Fixed a few bugs in GUI classes and definitions.
  2435.  
  2436. ------------------------------------------------------------------------
  2437. r1497 | joevenzon | 2007-01-26 17:25:06 -0800 (Fri, 26 Jan 2007) | 3 lines
  2438.  
  2439. Fixed some camera panning bugs.
  2440.  
  2441.  
  2442. ------------------------------------------------------------------------
  2443. r1496 | joevenzon | 2007-01-26 17:12:57 -0800 (Fri, 26 Jan 2007) | 3 lines
  2444.  
  2445. Updated cube map error.
  2446.  
  2447.  
  2448. ------------------------------------------------------------------------
  2449. r1495 | rookie1 | 2007-01-26 06:33:23 -0800 (Fri, 26 Jan 2007) | 1 line
  2450.  
  2451. Display a count down timer at the begining of race (3 - 2 - 1 - READY! - GO!)
  2452. ------------------------------------------------------------------------
  2453. r1494 | rookie1 | 2007-01-26 06:16:49 -0800 (Fri, 26 Jan 2007) | 1 line
  2454.  
  2455. Change button drawing code to support fixed width button
  2456. ------------------------------------------------------------------------
  2457. r1493 | rookie1 | 2007-01-26 05:33:16 -0800 (Fri, 26 Jan 2007) | 1 line
  2458.  
  2459. Remove FieldofView() function. Replaced with a variable field_of_view to eliminate repeated calls to settings.Get().
  2460. ------------------------------------------------------------------------
  2461. r1492 | pwp71 | 2007-01-25 11:33:01 -0800 (Thu, 25 Jan 2007) | 1 line
  2462.  
  2463. update Ruudskogen track coefficients.
  2464. ------------------------------------------------------------------------
  2465. r1491 | joevenzon | 2007-01-25 06:52:07 -0800 (Thu, 25 Jan 2007) | 3 lines
  2466.  
  2467. Added a more descriptive error message for cubemap non-RGB format message.
  2468.  
  2469.  
  2470. ------------------------------------------------------------------------
  2471. r1490 | thelusiv | 2007-01-25 05:20:51 -0800 (Thu, 25 Jan 2007) | 2 lines
  2472.  
  2473. Cleaned up main.cpp (removed old commented code that's no longer needed). Made sure the view distance is set properly in main(). Continuing work on updating GUI classes.
  2474.  
  2475. ------------------------------------------------------------------------
  2476. r1489 | thelusiv | 2007-01-24 19:04:49 -0800 (Wed, 24 Jan 2007) | 2 lines
  2477.  
  2478. Fixed a bug where settings.Get was getting called far too much and causing a performance problem.
  2479.  
  2480. ------------------------------------------------------------------------
  2481. r1488 | joevenzon | 2007-01-24 11:44:47 -0800 (Wed, 24 Jan 2007) | 5 lines
  2482.  
  2483. Hacked out support for lighting and reflection settings as they were implemented 
  2484. much too slowly.  The values should be cached and have dedicated functions that are 
  2485. much faster.  Hard-coded to medium regardless of options until this is fixed.
  2486.  
  2487.  
  2488. ------------------------------------------------------------------------
  2489. r1487 | rookie1 | 2007-01-24 06:24:52 -0800 (Wed, 24 Jan 2007) | 1 line
  2490.  
  2491. Move srand() from particles.cpp to main.cpp
  2492. ------------------------------------------------------------------------
  2493. r1486 | pwp71 | 2007-01-22 12:40:14 -0800 (Mon, 22 Jan 2007) | 1 line
  2494.  
  2495. Update Monza track coefficients and added 4 starting positions
  2496. ------------------------------------------------------------------------
  2497. r1485 | thelusiv | 2007-01-21 16:18:51 -0800 (Sun, 21 Jan 2007) | 2 lines
  2498.  
  2499. Removed High Lighting Quality option (not done yet).
  2500.  
  2501. ------------------------------------------------------------------------
  2502. r1484 | thelusiv | 2007-01-21 15:14:54 -0800 (Sun, 21 Jan 2007) | 2 lines
  2503.  
  2504. Fixing bug where relfections are unaffected by setting.
  2505.  
  2506. ------------------------------------------------------------------------
  2507. r1483 | thelusiv | 2007-01-21 15:06:50 -0800 (Sun, 21 Jan 2007) | 2 lines
  2508.  
  2509. Breaking Display Options up into two menus, Display Options and Advanced Display Options. Added new options for Lighting and Reflections.
  2510.  
  2511. ------------------------------------------------------------------------
  2512. r1482 | joevenzon | 2007-01-21 14:53:42 -0800 (Sun, 21 Jan 2007) | 3 lines
  2513.  
  2514. Turned off the debug light ball.
  2515.  
  2516.  
  2517. ------------------------------------------------------------------------
  2518. r1481 | joevenzon | 2007-01-21 14:51:20 -0800 (Sun, 21 Jan 2007) | 6 lines
  2519.  
  2520. Fixed a bug with the road being see-through at glancing angles.  Fiddled 
  2521. endlessly with dynamic cubemapped lighting, gave up.  Added a new 
  2522. texture to static cubemapped lighting for cars... improves the look for 
  2523. light-colored cars.
  2524.  
  2525.  
  2526. ------------------------------------------------------------------------
  2527. r1480 | joevenzon | 2007-01-20 18:15:10 -0800 (Sat, 20 Jan 2007) | 7 lines
  2528.  
  2529. * fixed a bug that caused the spinning car to be rendered incorrectly 
  2530. when dynamic lighting is on
  2531.  
  2532. * added a small optimization to object draw routines.  should help 
  2533. tracks with a ton of objects (i'm looking at you, le mans).
  2534.  
  2535.  
  2536. ------------------------------------------------------------------------
  2537. r1479 | rookie1 | 2007-01-20 08:46:49 -0800 (Sat, 20 Jan 2007) | 1 line
  2538.  
  2539. Randomly select an opponent car
  2540. ------------------------------------------------------------------------
  2541. r1478 | rookie1 | 2007-01-19 06:47:43 -0800 (Fri, 19 Jan 2007) | 1 line
  2542.  
  2543. Check existence of 'menus' subdirectory under skins directoy when building skinlist
  2544. ------------------------------------------------------------------------
  2545. r1477 | joevenzon | 2007-01-18 13:00:16 -0800 (Thu, 18 Jan 2007) | 1 line
  2546.  
  2547. Disabled all fancy lighting and reflections until GUI options exist to turn them off.
  2548. ------------------------------------------------------------------------
  2549. r1476 | joevenzon | 2007-01-18 12:57:03 -0800 (Thu, 18 Jan 2007) | 4 lines
  2550.  
  2551. Implemented a texture based dynamic lighting system... it's not all that 
  2552. great, and it has a big performance hit.
  2553.  
  2554.  
  2555. ------------------------------------------------------------------------
  2556. r1475 | joevenzon | 2007-01-17 23:40:05 -0800 (Wed, 17 Jan 2007) | 1 line
  2557.  
  2558. First cut at dynamic reflection cube maps.  Performance and appearance are not yet optimized
  2559. ------------------------------------------------------------------------
  2560. r1474 | joevenzon | 2007-01-16 22:43:46 -0800 (Tue, 16 Jan 2007) | 4 lines
  2561.  
  2562. Finished up texture-based lighting including fixing a bug that crops up 
  2563. when playing with an AI.
  2564.  
  2565.  
  2566. ------------------------------------------------------------------------
  2567. r1473 | joevenzon | 2007-01-14 20:41:59 -0800 (Sun, 14 Jan 2007) | 5 lines
  2568.  
  2569. New (but static) cube-mapped texture-based-diffuse-lighting and 
  2570. reflection systems are up and running.  TODO:  add GUI options.  See 
  2571. vamosworld.cpp.
  2572.  
  2573.  
  2574. ------------------------------------------------------------------------
  2575. r1472 | joevenzon | 2007-01-14 18:41:09 -0800 (Sun, 14 Jan 2007) | 3 lines
  2576.  
  2577. Set up the framework for cubemap based textured diffuse lighting.
  2578.  
  2579.  
  2580. ------------------------------------------------------------------------
  2581. r1471 | joevenzon | 2007-01-14 18:18:48 -0800 (Sun, 14 Jan 2007) | 3 lines
  2582.  
  2583. Cubemapped reflections.
  2584.  
  2585.  
  2586. ------------------------------------------------------------------------
  2587. r1470 | cotharyus | 2007-01-14 17:25:36 -0800 (Sun, 14 Jan 2007) | 2 lines
  2588.  
  2589. Adjusted idle. There's still no way that I see to set the idle rpm on an engine, this one should be around 6500 or 7K for idle. Of course, this messes with the auto-clutch feature some too.
  2590.  
  2591. ------------------------------------------------------------------------
  2592. r1469 | alexr | 2007-01-14 10:13:41 -0800 (Sun, 14 Jan 2007) | 2 lines
  2593.  
  2594. fix the horizon
  2595.  
  2596. ------------------------------------------------------------------------
  2597. r1468 | alexr | 2007-01-12 17:29:05 -0800 (Fri, 12 Jan 2007) | 2 lines
  2598.  
  2599. new F1 track. hosted the grand prix of france.
  2600.  
  2601. ------------------------------------------------------------------------
  2602. r1467 | thelusiv | 2007-01-12 15:20:13 -0800 (Fri, 12 Jan 2007) | 2 lines
  2603.  
  2604. Updating the GUI classes in a few places to make them more robust and correct, and possibly even slightly faster.
  2605.  
  2606. ------------------------------------------------------------------------
  2607. r1466 | alexr | 2007-01-08 17:21:45 -0800 (Mon, 08 Jan 2007) | 3 lines
  2608.  
  2609. use the original sky model and make the background forest a transparent
  2610. blended texture so they show up properly.
  2611.  
  2612. ------------------------------------------------------------------------
  2613. r1465 | thelusiv | 2007-01-07 12:57:15 -0800 (Sun, 07 Jan 2007) | 2 lines
  2614.  
  2615. Made skin list automatically loaded from the folders in the data/skins/ directory. Fixed the bug where folder lists were not returned sorted. Fixed SConscript files so x1 skin is properly installed.
  2616.  
  2617. ------------------------------------------------------------------------
  2618. r1464 | joevenzon | 2007-01-07 11:46:54 -0800 (Sun, 07 Jan 2007) | 3 lines
  2619.  
  2620. Removed bezier collision verbosity.
  2621.  
  2622.  
  2623. ------------------------------------------------------------------------
  2624. r1463 | joevenzon | 2007-01-07 10:46:37 -0800 (Sun, 07 Jan 2007) | 4 lines
  2625.  
  2626. Fixed the G4 body offset that was causing the frame and driver from 
  2627. poking through the roof.
  2628.  
  2629.  
  2630. ------------------------------------------------------------------------
  2631. r1462 | alexr | 2007-01-05 09:22:20 -0800 (Fri, 05 Jan 2007) | 2 lines
  2632.  
  2633. add the infrastructure
  2634.  
  2635. ------------------------------------------------------------------------
  2636. r1461 | alexr | 2007-01-05 09:04:28 -0800 (Fri, 05 Jan 2007) | 2 lines
  2637.  
  2638. new track
  2639.  
  2640. ------------------------------------------------------------------------
  2641. r1460 | pwp71 | 2007-01-05 06:22:29 -0800 (Fri, 05 Jan 2007) | 1 line
  2642.  
  2643. Update Spa track coefficients - grassmich.tga.png.more visible and works better when the car is on the texture 
  2644. ------------------------------------------------------------------------
  2645. r1459 | pwp71 | 2007-01-05 05:28:38 -0800 (Fri, 05 Jan 2007) | 1 line
  2646.  
  2647. Update Spa track coefficients.
  2648. ------------------------------------------------------------------------
  2649. r1458 | rookie1 | 2006-12-30 02:31:09 -0800 (Sat, 30 Dec 2006) | 1 line
  2650.  
  2651. Timer box bug fix and improvements
  2652. ------------------------------------------------------------------------
  2653. r1457 | joevenzon | 2006-12-29 12:40:42 -0800 (Fri, 29 Dec 2006) | 4 lines
  2654.  
  2655. Added configfile functions to get parameter or section lists to aid in 
  2656. putting lists of things into the configfile format.
  2657.  
  2658.  
  2659. ------------------------------------------------------------------------
  2660. r1456 | joevenzon | 2006-12-28 16:32:03 -0800 (Thu, 28 Dec 2006) | 7 lines
  2661.  
  2662. Changed a call to back_project in Wheel.cc to project.  The
  2663. "back_project" function doesn't make sense to me... it looks like a
  2664. failed attempt at making the inverse of the project function.  In any
  2665. case, projecting the collision depth onto the wheel's up vector is the 
  2666. appropriate calculation.
  2667.  
  2668.  
  2669. ------------------------------------------------------------------------
  2670. r1455 | joevenzon | 2006-12-28 15:34:52 -0800 (Thu, 28 Dec 2006) | 4 lines
  2671.  
  2672. Some of pwp71's sanity checks from 
  2673. http://vdrift.net/Forum/viewtopic.php?t=470 plus one of my own.
  2674.  
  2675.  
  2676. ------------------------------------------------------------------------
  2677. r1454 | joevenzon | 2006-12-27 16:23:02 -0800 (Wed, 27 Dec 2006) | 3 lines
  2678.  
  2679. Trying to stop NaNs coming out of back_project and project.
  2680.  
  2681.  
  2682. ------------------------------------------------------------------------
  2683. r1453 | joevenzon | 2006-12-27 08:39:48 -0800 (Wed, 27 Dec 2006) | 3 lines
  2684.  
  2685. missing x1 skin textures
  2686.  
  2687.  
  2688. ------------------------------------------------------------------------
  2689. r1452 | joevenzon | 2006-12-26 23:45:15 -0800 (Tue, 26 Dec 2006) | 4 lines
  2690.  
  2691. Added controls textures widgets controls folder for x1 skin that was 
  2692. missing
  2693.  
  2694.  
  2695. ------------------------------------------------------------------------
  2696. r1451 | joevenzon | 2006-12-26 23:43:56 -0800 (Tue, 26 Dec 2006) | 3 lines
  2697.  
  2698. Added experimental 1 skin.
  2699.  
  2700.  
  2701. ------------------------------------------------------------------------
  2702. r1450 | joevenzon | 2006-12-26 23:06:37 -0800 (Tue, 26 Dec 2006) | 3 lines
  2703.  
  2704. Hacked around a GUI bug where the menus of a skin weren't loaded.
  2705.  
  2706.  
  2707. ------------------------------------------------------------------------
  2708. r1449 | joevenzon | 2006-12-21 17:43:48 -0800 (Thu, 21 Dec 2006) | 3 lines
  2709.  
  2710. Fixed "out of sound sources" error on Restart Game.
  2711.  
  2712.  
  2713. ------------------------------------------------------------------------
  2714. r1448 | thelusiv | 2006-12-21 05:08:08 -0800 (Thu, 21 Dec 2006) | 2 lines
  2715.  
  2716. Fixing AX2 driver position
  2717.  
  2718. ------------------------------------------------------------------------
  2719. r1447 | thelusiv | 2006-12-21 04:52:18 -0800 (Thu, 21 Dec 2006) | 2 lines
  2720.  
  2721. Fixing problems with M8 SConscript files causing it not to install properly.
  2722.  
  2723. ------------------------------------------------------------------------
  2724. r1446 | thelusiv | 2006-12-21 04:37:42 -0800 (Thu, 21 Dec 2006) | 3 lines
  2725.  
  2726. Fixing a bunch of car files where driver positions and view positions are incorrect. Added hood view 
  2727. position to most cars. Minor changes to controlgrab class...
  2728.  
  2729. ------------------------------------------------------------------------
  2730. r1445 | joevenzon | 2006-12-20 21:03:15 -0800 (Wed, 20 Dec 2006) | 4 lines
  2731.  
  2732. Modified spinning car gui code to not set an ambient value.  Added G4 
  2733. textures and uv remap with ambient occlusion map.
  2734.  
  2735.  
  2736. ------------------------------------------------------------------------
  2737. r1444 | joevenzon | 2006-12-20 20:28:18 -0800 (Wed, 20 Dec 2006) | 4 lines
  2738.  
  2739. Hacked around a long standing bug with ambient lighting on cars.  Also 
  2740. uploaded new 3S with ambient occlusion map & new uv mapping.
  2741.  
  2742.  
  2743. ------------------------------------------------------------------------
  2744. r1443 | rookie1 | 2006-12-20 06:09:25 -0800 (Wed, 20 Dec 2006) | 1 line
  2745.  
  2746. Set the Retart Game function to begin in game state STATE_STAGING also.
  2747. ------------------------------------------------------------------------
  2748. r1442 | rookie1 | 2006-12-20 05:44:36 -0800 (Wed, 20 Dec 2006) | 1 line
  2749.  
  2750. Adjust car position in Practice Game screen according to the field of view setting
  2751. ------------------------------------------------------------------------
  2752. r1441 | joevenzon | 2006-12-19 23:11:25 -0800 (Tue, 19 Dec 2006) | 5 lines
  2753.  
  2754. Improved 3S texture map by using ambient occlusion texture baking:
  2755.  
  2756. http://cgkit.sourceforge.net/tutorials/baking/baking.html
  2757.  
  2758.  
  2759. ------------------------------------------------------------------------
  2760. r1440 | cotharyus | 2006-12-19 18:11:36 -0800 (Tue, 19 Dec 2006) | 2 lines
  2761.  
  2762. Updates include fixing tire locations, engine locations, minor gearing change, added some downforce.
  2763.  
  2764. ------------------------------------------------------------------------
  2765. r1439 | pwp71 | 2006-12-19 15:08:26 -0800 (Tue, 19 Dec 2006) | 1 line
  2766.  
  2767. Resolved some NaN problem in - Detected NaN in elevation
  2768. ------------------------------------------------------------------------
  2769. r1438 | kcid | 2006-12-19 09:57:21 -0800 (Tue, 19 Dec 2006) | 1 line
  2770.  
  2771. Model was a little to the left so fixed it.
  2772. ------------------------------------------------------------------------
  2773. r1437 | kcid | 2006-12-19 09:45:11 -0800 (Tue, 19 Dec 2006) | 1 line
  2774.  
  2775. fixed scons error
  2776. ------------------------------------------------------------------------
  2777. r1436 | kcid | 2006-12-19 09:25:03 -0800 (Tue, 19 Dec 2006) | 1 line
  2778.  
  2779. Added a Nissan Skyline BNR32 GT-R VeilSide E3 named NS. Also included a collision.joe for the TL2.
  2780. ------------------------------------------------------------------------
  2781. r1435 | kcid | 2006-12-19 02:27:50 -0800 (Tue, 19 Dec 2006) | 1 line
  2782.  
  2783. Updated TL2 driver view
  2784. ------------------------------------------------------------------------
  2785. r1434 | kcid | 2006-12-19 02:17:34 -0800 (Tue, 19 Dec 2006) | 1 line
  2786.  
  2787. Added the TL2 and changed minimal build from TL to TL2.
  2788. ------------------------------------------------------------------------
  2789. r1433 | cotharyus | 2006-12-18 18:55:31 -0800 (Mon, 18 Dec 2006) | 3 lines
  2790.  
  2791. Updating about.txt for modded cars with notes on car year/model/versions.
  2792.  
  2793.  
  2794. ------------------------------------------------------------------------
  2795. r1432 | cotharyus | 2006-12-18 18:07:26 -0800 (Mon, 18 Dec 2006) | 2 lines
  2796.  
  2797. F1 car file, very beta. It's drivable, but not all the bugs are worked out yet. I'm commiting this as much to all other developers to work on something for sound and a Tach fix as much as anything else.
  2798.  
  2799. ------------------------------------------------------------------------
  2800. r1431 | kcid | 2006-12-18 04:50:56 -0800 (Mon, 18 Dec 2006) | 1 line
  2801.  
  2802. Updated all textures of the TL.
  2803. ------------------------------------------------------------------------
  2804. r1430 | kcid | 2006-12-17 12:31:50 -0800 (Sun, 17 Dec 2006) | 1 line
  2805.  
  2806. Updated the TL with a new front bumper and front textures. It also has more detailed mirrors now.
  2807. ------------------------------------------------------------------------
  2808. r1429 | rookie1 | 2006-12-15 00:08:37 -0800 (Fri, 15 Dec 2006) | 1 line
  2809.  
  2810. Change start location and patch sequence of Spa and Weekend Drive
  2811. ------------------------------------------------------------------------
  2812. r1428 | pwp71 | 2006-12-13 12:33:14 -0800 (Wed, 13 Dec 2006) | 1 line
  2813.  
  2814. update weekend track coefficients.
  2815. ------------------------------------------------------------------------
  2816. r1427 | thelusiv | 2006-12-12 23:35:51 -0800 (Tue, 12 Dec 2006) | 2 lines
  2817.  
  2818. Updated Monaco and Detroit's list.txt files so bump strips will be bumpy.
  2819.  
  2820. ------------------------------------------------------------------------
  2821. r1426 | cotharyus | 2006-12-12 18:09:41 -0800 (Tue, 12 Dec 2006) | 2 lines
  2822.  
  2823. Tire changes for the AX2 - it should be more drivable, but it's still a bit of a handfull. Lots of fun though.
  2824.  
  2825. ------------------------------------------------------------------------
  2826. r1425 | kcid | 2006-12-12 11:36:35 -0800 (Tue, 12 Dec 2006) | 1 line
  2827.  
  2828. Included F1 collisionbox.
  2829. ------------------------------------------------------------------------
  2830. r1424 | kcid | 2006-12-12 11:24:16 -0800 (Tue, 12 Dec 2006) | 1 line
  2831.  
  2832. Updated the F1 textures.
  2833. ------------------------------------------------------------------------
  2834. r1423 | rookie1 | 2006-12-12 04:25:35 -0800 (Tue, 12 Dec 2006) | 1 line
  2835.  
  2836. Add support for multiple start orientation
  2837. ------------------------------------------------------------------------
  2838. r1422 | kcid | 2006-12-12 03:30:19 -0800 (Tue, 12 Dec 2006) | 1 line
  2839.  
  2840. Included the M8 (rx8)
  2841. ------------------------------------------------------------------------
  2842. r1421 | thelusiv | 2006-12-12 03:23:11 -0800 (Tue, 12 Dec 2006) | 2 lines
  2843.  
  2844. Stronger clutch and brakes on the M7. Whitespace tweak on F1 textures SConscript.
  2845.  
  2846. ------------------------------------------------------------------------
  2847. r1420 | pwp71 | 2006-12-11 16:03:42 -0800 (Mon, 11 Dec 2006) | 1 line
  2848.  
  2849. update ruudskogen track coefficients.
  2850. ------------------------------------------------------------------------
  2851. r1419 | pwp71 | 2006-12-11 14:26:09 -0800 (Mon, 11 Dec 2006) | 1 line
  2852.  
  2853. Removed calibration from in game joysticks options
  2854. ------------------------------------------------------------------------
  2855. r1418 | kcid | 2006-12-10 12:06:02 -0800 (Sun, 10 Dec 2006) | 1 line
  2856.  
  2857. Including the not yet finished F1 car for .car file testing.
  2858. ------------------------------------------------------------------------
  2859. r1417 | joevenzon | 2006-12-09 15:53:37 -0800 (Sat, 09 Dec 2006) | 3 lines
  2860.  
  2861. Removed calibration from joystick options (thanks to ams76).
  2862.  
  2863.  
  2864. ------------------------------------------------------------------------
  2865. r1416 | rookie1 | 2006-12-07 07:30:08 -0800 (Thu, 07 Dec 2006) | 1 line
  2866.  
  2867. In auto-trans mode, only shift down when clutch is fully released. This solves the problem of RG cannot auto-shift up to 3rd gear.
  2868. ------------------------------------------------------------------------
  2869. r1415 | kcid | 2006-12-07 02:17:07 -0800 (Thu, 07 Dec 2006) | 1 line
  2870.  
  2871. Included license files with some cars.
  2872. ------------------------------------------------------------------------
  2873. r1414 | joevenzon | 2006-12-05 07:05:29 -0800 (Tue, 05 Dec 2006) | 4 lines
  2874.  
  2875. updated format of default controls file, made GAMECONTROLS clear and 
  2876. return if asked to load a non-existant file
  2877.  
  2878.  
  2879. ------------------------------------------------------------------------
  2880. r1413 | joevenzon | 2006-12-03 11:37:19 -0800 (Sun, 03 Dec 2006) | 6 lines
  2881.  
  2882. Improved the timer class.  Track records are now kept in 
  2883. trackpath/records.txt.  Last times are kept on a per-sector basis, as 
  2884. are best times.  Best times are also separated by car.  These values are 
  2885. loaded and saved automatically.
  2886.  
  2887.  
  2888. ------------------------------------------------------------------------
  2889. r1412 | joevenzon | 2006-12-03 09:27:50 -0800 (Sun, 03 Dec 2006) | 4 lines
  2890.  
  2891. Separate driver and hood mounted view positions in .car file.  See 
  2892. G4.car.  Also fixed bug with camera placement (again...)
  2893.  
  2894.  
  2895. ------------------------------------------------------------------------
  2896. r1411 | rookie1 | 2006-12-02 19:08:37 -0800 (Sat, 02 Dec 2006) | 1 line
  2897.  
  2898. Improve AI's ability to return back on track
  2899. ------------------------------------------------------------------------
  2900. r1410 | joevenzon | 2006-12-02 13:12:01 -0800 (Sat, 02 Dec 2006) | 3 lines
  2901.  
  2902. Moved some functionality from Vamosworld to the GAMECONTROLS class.
  2903.  
  2904.  
  2905. ------------------------------------------------------------------------
  2906. r1409 | joevenzon | 2006-12-02 12:49:49 -0800 (Sat, 02 Dec 2006) | 4 lines
  2907.  
  2908. Added separately adjustable deadzone, gain, and exponent values to each 
  2909. and every analog (joystick axis type) control.  No menu options yet....
  2910.  
  2911.  
  2912. ------------------------------------------------------------------------
  2913. r1408 | cotharyus | 2006-12-02 12:43:32 -0800 (Sat, 02 Dec 2006) | 2 lines
  2914.  
  2915. Tweak FF - includes more realistic hp range, downforce settings, suspension and tire tweaks.
  2916.  
  2917. ------------------------------------------------------------------------
  2918. r1407 | joevenzon | 2006-12-02 11:58:26 -0800 (Sat, 02 Dec 2006) | 3 lines
  2919.  
  2920. Changed the start location of Laguna Seca so you can race the AI.
  2921.  
  2922.  
  2923. ------------------------------------------------------------------------
  2924. r1406 | joevenzon | 2006-12-02 11:42:52 -0800 (Sat, 02 Dec 2006) | 4 lines
  2925.  
  2926. Really fixed bug where keyboard users have the brake stuck on after a 
  2927. staging start.
  2928.  
  2929.  
  2930. ------------------------------------------------------------------------
  2931. r1405 | rookie1 | 2006-12-01 22:15:24 -0800 (Fri, 01 Dec 2006) | 1 line
  2932.  
  2933. Make Field of View(FOV) a display option with 3 settings (Normal - 45.0, Wide - 67.5, Extra-wide - 90.0)
  2934. ------------------------------------------------------------------------
  2935. r1404 | cotharyus | 2006-12-01 19:02:22 -0800 (Fri, 01 Dec 2006) | 2 lines
  2936.  
  2937. This makes the AX2 something like an LMP 1 spec wise. The car should be drivable, but is very tempermental, and needs a little work. I think most of what it needs centers around tire work, but I have been playing with tires a lot on this car to get an idea of what everything does to a greater degree.
  2938.  
  2939. ------------------------------------------------------------------------
  2940. r1403 | joevenzon | 2006-11-30 20:40:20 -0800 (Thu, 30 Nov 2006) | 4 lines
  2941.  
  2942. Attempted to fix bug causing brakes to stay on after STAGING state for 
  2943. keyboard players.
  2944.  
  2945.  
  2946. ------------------------------------------------------------------------
  2947. r1402 | thelusiv | 2006-11-30 16:26:38 -0800 (Thu, 30 Nov 2006) | 2 lines
  2948.  
  2949. Checking in pwp71's changes to the M3, and fixes for bumpiness and friction on Laguna Seca and Monza.
  2950.  
  2951. ------------------------------------------------------------------------
  2952. r1401 | kcid | 2006-11-30 14:08:34 -0800 (Thu, 30 Nov 2006) | 1 line
  2953.  
  2954. Updated T73 driver view
  2955. ------------------------------------------------------------------------
  2956. r1400 | kcid | 2006-11-30 12:32:57 -0800 (Thu, 30 Nov 2006) | 1 line
  2957.  
  2958. Updated driver positions.
  2959. ------------------------------------------------------------------------
  2960. r1399 | rookie1 | 2006-11-30 05:50:34 -0800 (Thu, 30 Nov 2006) | 1 line
  2961.  
  2962. Add support for multiple start positions
  2963. ------------------------------------------------------------------------
  2964. r1398 | kcid | 2006-11-30 04:09:05 -0800 (Thu, 30 Nov 2006) | 1 line
  2965.  
  2966. Added ai.cpp and ai.h to the dev cpp project file.
  2967. ------------------------------------------------------------------------
  2968. r1397 | rookie1 | 2006-11-29 21:31:19 -0800 (Wed, 29 Nov 2006) | 1 line
  2969.  
  2970. Calculate AI car's longitude and lateral friction coefficient base on actual tire model. This should allow AI driver to push close to the limit.
  2971. ------------------------------------------------------------------------
  2972. r1396 | alexr | 2006-11-29 13:55:31 -0800 (Wed, 29 Nov 2006) | 2 lines
  2973.  
  2974. update track coefficients and shadow bitmap.
  2975.  
  2976. ------------------------------------------------------------------------
  2977. r1395 | kcid | 2006-11-29 13:42:25 -0800 (Wed, 29 Nov 2006) | 1 line
  2978.  
  2979. Excluded XML_Parser.cc from the .dev project file and included SDL_gfx.dll in de dll directory for dependency issues.
  2980. ------------------------------------------------------------------------
  2981. r1394 | kcid | 2006-11-29 12:06:08 -0800 (Wed, 29 Nov 2006) | 1 line
  2982.  
  2983. Updated the center of the C7.
  2984. ------------------------------------------------------------------------
  2985. r1393 | cotharyus | 2006-11-28 18:48:45 -0800 (Tue, 28 Nov 2006) | 2 lines
  2986.  
  2987. Updated FE: increased brake strength, set rev limit to something more reasonable given the published top speed of the MK II, minor suspension tweeks. It should be noted that based on my research, the torque curve listed for this car is probly a little on the high side, but since I haven't got anything better to work with currently....
  2988.  
  2989. ------------------------------------------------------------------------
  2990. r1392 | cotharyus | 2006-11-28 15:02:26 -0800 (Tue, 28 Nov 2006) | 2 lines
  2991.  
  2992. Updated G4 to 1967 Mk 4 specs as closely as possible.
  2993.  
  2994. ------------------------------------------------------------------------
  2995. r1391 | kcid | 2006-11-28 13:21:36 -0800 (Tue, 28 Nov 2006) | 1 line
  2996.  
  2997. Updated the front wheels for the fenders.
  2998. ------------------------------------------------------------------------
  2999. r1390 | kcid | 2006-11-28 13:17:26 -0800 (Tue, 28 Nov 2006) | 1 line
  3000.  
  3001. Updated the C7 to include floating_front.joe
  3002. ------------------------------------------------------------------------
  3003. r1389 | joevenzon | 2006-11-28 10:27:39 -0800 (Tue, 28 Nov 2006) | 3 lines
  3004.  
  3005. Disabled TCS in neutral.
  3006.  
  3007.  
  3008. ------------------------------------------------------------------------
  3009. r1388 | joevenzon | 2006-11-28 10:16:22 -0800 (Tue, 28 Nov 2006) | 5 lines
  3010.  
  3011. Modified floating fender/brake to use front and rear rather than each of 
  3012. the four corners for floating elements.  See 
  3013. http://vdrift.net/Forum/viewtopic.php?p=2884#2884
  3014.  
  3015.  
  3016. ------------------------------------------------------------------------
  3017. r1387 | joevenzon | 2006-11-28 10:07:28 -0800 (Tue, 28 Nov 2006) | 3 lines
  3018.  
  3019. Preliminary floating fender/brake support.
  3020.  
  3021.  
  3022. ------------------------------------------------------------------------
  3023. r1386 | kcid | 2006-11-28 07:44:31 -0800 (Tue, 28 Nov 2006) | 1 line
  3024.  
  3025. Updated the C7 fenders to be seperate models.
  3026. ------------------------------------------------------------------------
  3027. r1385 | kcid | 2006-11-28 07:38:40 -0800 (Tue, 28 Nov 2006) | 1 line
  3028.  
  3029. Updated the C7 to have a seperate body.joe and fenders.joe file.
  3030. ------------------------------------------------------------------------
  3031. r1384 | joevenzon | 2006-11-28 07:04:36 -0800 (Tue, 28 Nov 2006) | 3 lines
  3032.  
  3033. Added tire tread and handbrake settings....
  3034.  
  3035.  
  3036. ------------------------------------------------------------------------
  3037. r1383 | rookie1 | 2006-11-28 05:01:34 -0800 (Tue, 28 Nov 2006) | 4 lines
  3038.  
  3039. AI enhancements
  3040. 1. small speed improvement around corner
  3041. 2. do not brake if the speed diff is small
  3042. 3. steering code change to allow AI navigate narrow course(Monaco), or track with sharp corner(Circuit de Pau)
  3043. ------------------------------------------------------------------------
  3044. r1382 | thelusiv | 2006-11-27 22:49:29 -0800 (Mon, 27 Nov 2006) | 2 lines
  3045.  
  3046. Adding reece146's RS2 (Subaru Impreza RS2) car file using the TC model, textures, etc.
  3047.  
  3048. ------------------------------------------------------------------------
  3049. r1381 | thelusiv | 2006-11-27 21:55:01 -0800 (Mon, 27 Nov 2006) | 4 lines
  3050.  
  3051. Fixed the practice game menu so that the AI Competitors option is in the correct order. Set the Practice Game and Network Game start functions to begin in 
  3052. game state STATE_STAGING. This freezes the car for a few seconds and allows the driver to get ready for the start. Added support for this state in AI code. 
  3053. cleaned up some code in main.cpp (extraneous old code commented out) but no significant changes.
  3054.  
  3055. ------------------------------------------------------------------------
  3056. r1380 | alexr | 2006-11-27 14:31:50 -0800 (Mon, 27 Nov 2006) | 2 lines
  3057.  
  3058. update trackshot.
  3059.  
  3060. ------------------------------------------------------------------------
  3061. r1379 | cotharyus | 2006-11-27 13:56:10 -0800 (Mon, 27 Nov 2006) | 2 lines
  3062.  
  3063. CS updated, corrected suspension, brakes, mild tire. Probly still some details to work out, but it's at least drivable.
  3064.  
  3065. ------------------------------------------------------------------------
  3066. r1378 | alexr | 2006-11-27 13:50:51 -0800 (Mon, 27 Nov 2006) | 2 lines
  3067.  
  3068. update track coefficients.
  3069.  
  3070. ------------------------------------------------------------------------
  3071. r1377 | alexr | 2006-11-27 13:09:19 -0800 (Mon, 27 Nov 2006) | 2 lines
  3072.  
  3073. update track coefficients.
  3074.  
  3075. ------------------------------------------------------------------------
  3076. r1376 | alexr | 2006-11-27 12:49:54 -0800 (Mon, 27 Nov 2006) | 2 lines
  3077.  
  3078. update track coefficients.
  3079.  
  3080. ------------------------------------------------------------------------
  3081. r1375 | thelusiv | 2006-11-27 09:07:32 -0800 (Mon, 27 Nov 2006) | 2 lines
  3082.  
  3083. Adding SConscripts for C7
  3084.  
  3085. ------------------------------------------------------------------------
  3086. r1374 | cotharyus | 2006-11-27 08:33:11 -0800 (Mon, 27 Nov 2006) | 2 lines
  3087.  
  3088. Update to something really close to actual CSX2000 (289 engine) style specs. This includes changes to torque, gearing, final drive, tire data and some suspension.
  3089.  
  3090. ------------------------------------------------------------------------
  3091. r1373 | cotharyus | 2006-11-26 17:57:35 -0800 (Sun, 26 Nov 2006) | 2 lines
  3092.  
  3093. Updated some suspension, brake and tire data. Overall handling should be more realistic.
  3094.  
  3095. ------------------------------------------------------------------------
  3096. r1372 | rookie1 | 2006-11-26 17:50:26 -0800 (Sun, 26 Nov 2006) | 1 line
  3097.  
  3098. Fix segfault when pause->restart game
  3099. ------------------------------------------------------------------------
  3100. r1371 | cotharyus | 2006-11-26 14:56:11 -0800 (Sun, 26 Nov 2006) | 2 lines
  3101.  
  3102. Updated AX2 and XM cars to stop wobble, and brake propperly.
  3103.  
  3104. ------------------------------------------------------------------------
  3105. r1370 | rookie1 | 2006-11-25 22:08:04 -0800 (Sat, 25 Nov 2006) | 1 line
  3106.  
  3107. Check for NaN
  3108. ------------------------------------------------------------------------
  3109. r1369 | rookie1 | 2006-11-25 20:35:09 -0800 (Sat, 25 Nov 2006) | 1 line
  3110.  
  3111. Increate speed limit at corner exit so AI car can accellerate out of corner
  3112. ------------------------------------------------------------------------
  3113. r1368 | kcid | 2006-11-25 07:09:10 -0800 (Sat, 25 Nov 2006) | 1 line
  3114.  
  3115. Included C7 collision box and updated the .car file to include the C7 weight of 550 kg without fuel and driver.
  3116. ------------------------------------------------------------------------
  3117. r1367 | kcid | 2006-11-25 06:41:10 -0800 (Sat, 25 Nov 2006) | 1 line
  3118.  
  3119. Included C7 brakelights.
  3120. ------------------------------------------------------------------------
  3121. r1366 | kcid | 2006-11-25 06:37:51 -0800 (Sat, 25 Nov 2006) | 1 line
  3122.  
  3123. Another update to the C7.
  3124. ------------------------------------------------------------------------
  3125. r1365 | kcid | 2006-11-25 06:33:42 -0800 (Sat, 25 Nov 2006) | 1 line
  3126.  
  3127. Updated the C7 textures.
  3128. ------------------------------------------------------------------------
  3129. r1364 | kcid | 2006-11-25 04:35:25 -0800 (Sat, 25 Nov 2006) | 3 lines
  3130.  
  3131. Included a new car, the C7 (L0tus Super 7)
  3132. Included brakelights for the XM, M3 and CS.
  3133. Include a new texture for the Z06.
  3134. ------------------------------------------------------------------------
  3135. r1363 | rookie1 | 2006-11-25 04:24:36 -0800 (Sat, 25 Nov 2006) | 1 line
  3136.  
  3137. AI steering improvement
  3138. ------------------------------------------------------------------------
  3139. r1362 | rookie1 | 2006-11-25 01:30:16 -0800 (Sat, 25 Nov 2006) | 1 line
  3140.  
  3141. Include aerodynamic downforce and drag in AI driver calculation
  3142. ------------------------------------------------------------------------
  3143. r1361 | rookie1 | 2006-11-24 23:56:21 -0800 (Fri, 24 Nov 2006) | 1 line
  3144.  
  3145. Remove the last bezier patch from Jarama and Kyalami. They are duplicate of the first patch.
  3146. ------------------------------------------------------------------------
  3147. r1360 | abs1nth | 2006-11-24 07:55:56 -0800 (Fri, 24 Nov 2006) | 1 line
  3148.  
  3149. mac fixes for SDL_gfx inclusion
  3150. ------------------------------------------------------------------------
  3151. r1359 | abs1nth | 2006-11-24 07:55:44 -0800 (Fri, 24 Nov 2006) | 1 line
  3152.  
  3153. mac fixes for SDL_gfx inclusion
  3154. ------------------------------------------------------------------------
  3155. r1358 | abs1nth | 2006-11-24 07:55:35 -0800 (Fri, 24 Nov 2006) | 1 line
  3156.  
  3157. mac fixes for SDL_gfx inclusion
  3158. ------------------------------------------------------------------------
  3159. r1357 | rookie1 | 2006-11-24 05:14:08 -0800 (Fri, 24 Nov 2006) | 1 line
  3160.  
  3161. Comment out code that displays AI car status on HUD. This code causes excessive error message being printed on console when there is no AI car.
  3162. ------------------------------------------------------------------------
  3163. r1356 | rookie1 | 2006-11-23 22:10:32 -0800 (Thu, 23 Nov 2006) | 1 line
  3164.  
  3165. Implement a rudimentary AI (rookie level)
  3166. ------------------------------------------------------------------------
  3167. r1355 | joevenzon | 2006-11-20 18:14:24 -0800 (Mon, 20 Nov 2006) | 3 lines
  3168.  
  3169. Changed camber/caster of AX2 to fix high-speed wobble.
  3170.  
  3171.  
  3172. ------------------------------------------------------------------------
  3173. r1354 | thelusiv | 2006-11-19 17:35:51 -0800 (Sun, 19 Nov 2006) | 2 lines
  3174.  
  3175. Added new XM textures to SConscript install stuff, added cotharyus adjustments to the AX2...
  3176.  
  3177. ------------------------------------------------------------------------
  3178. r1353 | alexr | 2006-11-19 10:56:14 -0800 (Sun, 19 Nov 2006) | 2 lines
  3179.  
  3180. fix friction and bumpiness for road41 texture
  3181.  
  3182. ------------------------------------------------------------------------
  3183. r1352 | joevenzon | 2006-11-18 11:09:31 -0800 (Sat, 18 Nov 2006) | 4 lines
  3184.  
  3185. New body colors for the XM from 
  3186. http://vdrift.net/Forum/viewtopic.php?p=2703#2703
  3187.  
  3188.  
  3189. ------------------------------------------------------------------------
  3190. r1351 | joevenzon | 2006-11-18 10:40:52 -0800 (Sat, 18 Nov 2006) | 5 lines
  3191.  
  3192. Made a "FieldOfView" function in main.cpp.  This should be removed and   
  3193. all calls to it replaced with a call to get a config file value.  For 
  3194. now it's a convenient way to try out different FOVs.
  3195.  
  3196.  
  3197. ------------------------------------------------------------------------
  3198. r1350 | alexr | 2006-11-17 16:25:54 -0800 (Fri, 17 Nov 2006) | 2 lines
  3199.  
  3200. new track shot to go with improved track
  3201.  
  3202. ------------------------------------------------------------------------
  3203. r1349 | alexr | 2006-11-17 16:25:25 -0800 (Fri, 17 Nov 2006) | 2 lines
  3204.  
  3205. i am getting better at this.
  3206.  
  3207. ------------------------------------------------------------------------
  3208. r1348 | rookie1 | 2006-11-17 02:10:49 -0800 (Fri, 17 Nov 2006) | 1 line
  3209.  
  3210. Fix the problem where brake lights do not go off after releasing handbrake
  3211. ------------------------------------------------------------------------
  3212. r1347 | thelusiv | 2006-11-16 21:51:16 -0800 (Thu, 16 Nov 2006) | 2 lines
  3213.  
  3214. Making the XS brakes stronger, changing brake bias a little.
  3215.  
  3216. ------------------------------------------------------------------------
  3217. r1346 | joevenzon | 2006-11-16 20:09:58 -0800 (Thu, 16 Nov 2006) | 3 lines
  3218.  
  3219. made FOV a parameter in main.cpp
  3220.  
  3221.  
  3222. ------------------------------------------------------------------------
  3223. r1345 | alexr | 2006-11-15 08:23:22 -0800 (Wed, 15 Nov 2006) | 2 lines
  3224.  
  3225. make size power of 2.
  3226.  
  3227. ------------------------------------------------------------------------
  3228. r1344 | alexr | 2006-11-15 07:56:47 -0800 (Wed, 15 Nov 2006) | 2 lines
  3229.  
  3230. make sure the size is a power of 2.
  3231.  
  3232. ------------------------------------------------------------------------
  3233. r1343 | alexr | 2006-11-14 11:47:28 -0800 (Tue, 14 Nov 2006) | 2 lines
  3234.  
  3235. new trackshot
  3236.  
  3237. ------------------------------------------------------------------------
  3238. r1342 | alexr | 2006-11-14 11:21:37 -0800 (Tue, 14 Nov 2006) | 2 lines
  3239.  
  3240. new track converted from racer.
  3241.  
  3242. ------------------------------------------------------------------------
  3243. r1341 | thelusiv | 2006-11-14 01:55:00 -0800 (Tue, 14 Nov 2006) | 2 lines
  3244.  
  3245. Applied a fix submitted by rookie1 to fix the brake lights on the cars.
  3246.  
  3247. ------------------------------------------------------------------------
  3248. r1340 | thelusiv | 2006-11-14 01:38:00 -0800 (Tue, 14 Nov 2006) | 2 lines
  3249.  
  3250. Fixed a bug that caused ABS and/or TCS to stay on in a new game, when turned off from the main menu, after leaving a game.
  3251.  
  3252. ------------------------------------------------------------------------
  3253. r1339 | thelusiv | 2006-11-12 00:21:04 -0800 (Sun, 12 Nov 2006) | 5 lines
  3254.  
  3255. More changes to automatic shifting:
  3256. * Downshifts happen at a slightly lower point than before
  3257. * If the car is in 2nd gear it will not down shift until below 2000 RPM
  3258. * Removed requirement for upshifting to only occur when RPM was increasing (fix missed upshift bug)
  3259.  
  3260. ------------------------------------------------------------------------
  3261. r1338 | joevenzon | 2006-11-11 10:33:38 -0800 (Sat, 11 Nov 2006) | 3 lines
  3262.  
  3263. New engine sound from the 3S recorded from my car.
  3264.  
  3265.  
  3266. ------------------------------------------------------------------------
  3267. r1337 | thelusiv | 2006-11-10 23:08:21 -0800 (Fri, 10 Nov 2006) | 2 lines
  3268.  
  3269. Adjusting max speed error thing
  3270.  
  3271. ------------------------------------------------------------------------
  3272. r1336 | thelusiv | 2006-11-10 22:56:54 -0800 (Fri, 10 Nov 2006) | 2 lines
  3273.  
  3274. Made auto shift gas restriction apply to both analog and digital controls.
  3275.  
  3276. ------------------------------------------------------------------------
  3277. r1335 | thelusiv | 2006-11-10 22:06:31 -0800 (Fri, 10 Nov 2006) | 6 lines
  3278.  
  3279. Set up an error check to make sure the car doesn't go over 250 km/h. This should catch all cases of falling off the map pretty easily.
  3280.  
  3281. Also, fixed a bug in auto transmission that made it only allow the engine to rev to the peak engine speed in the top gear. Cleaned up auto shifting code a 
  3282. little. Added the car's shift delay to the amount of time to restrict acceleration after an auto shift. Made it so analog controls are affected by auto 
  3283. shift acceleration restrictions.
  3284.  
  3285. ------------------------------------------------------------------------
  3286. r1334 | alexr | 2006-11-10 17:53:24 -0800 (Fri, 10 Nov 2006) | 2 lines
  3287.  
  3288. another file i forgot.
  3289.  
  3290. ------------------------------------------------------------------------
  3291. r1333 | alexr | 2006-11-10 17:52:17 -0800 (Fri, 10 Nov 2006) | 2 lines
  3292.  
  3293. forgot this.
  3294.  
  3295. ------------------------------------------------------------------------
  3296. r1332 | alexr | 2006-11-10 17:48:26 -0800 (Fri, 10 Nov 2006) | 2 lines
  3297.  
  3298. new track converted from racer.
  3299.  
  3300. ------------------------------------------------------------------------
  3301. r1331 | alexr | 2006-11-10 17:15:19 -0800 (Fri, 10 Nov 2006) | 2 lines
  3302.  
  3303. make screenshots works again.
  3304.  
  3305. ------------------------------------------------------------------------
  3306. r1330 | thelusiv | 2006-11-09 23:30:35 -0800 (Thu, 09 Nov 2006) | 2 lines
  3307.  
  3308. Set up a way for gas to be restricted when using button controls with auto shifting. This avoids over-revving the engine when the gas button is held down and an automatic shift takes place.
  3309.  
  3310. ------------------------------------------------------------------------
  3311. r1329 | thelusiv | 2006-11-09 22:34:18 -0800 (Thu, 09 Nov 2006) | 7 lines
  3312.  
  3313. A few updates to the automatic transmission mode:
  3314. * Changed menu name of option from "AutoTrans" to "AutoShift"
  3315. * Made autoclutch always on if autotrans option is on
  3316. * Instead of directly calling shift_up and shift_down, shifting now runs the action "disengage_shift_[up/down]"
  3317. * Implemented a function to find an ideal point to down shift, using rookie1's suggested algorithm
  3318. * one little change to the algorithm, was to make it shift down at a slightly lower RPM than the "optimal" shift point - to avoid shifting up, then immediately back down, and up again, etc.
  3319.  
  3320. ------------------------------------------------------------------------
  3321. r1328 | alexr | 2006-11-08 15:54:38 -0800 (Wed, 08 Nov 2006) | 2 lines
  3322.  
  3323. added a sky box.
  3324.  
  3325. ------------------------------------------------------------------------
  3326. r1327 | thelusiv | 2006-11-07 23:45:13 -0800 (Tue, 07 Nov 2006) | 2 lines
  3327.  
  3328. Fixing the FE with realistic values for this car's transmission.
  3329.  
  3330. ------------------------------------------------------------------------
  3331. r1326 | nathan | 2006-11-06 11:37:52 -0800 (Mon, 06 Nov 2006) | 5 lines
  3332.  
  3333. win fixes
  3334.  - Fix the build
  3335.  - Updated the DLLs
  3336.  - Added a minimal nsi File
  3337.  - Version bump
  3338. ------------------------------------------------------------------------
  3339. r1325 | thelusiv | 2006-11-06 00:16:29 -0800 (Mon, 06 Nov 2006) | 2 lines
  3340.  
  3341. Fixed a bug that caused a segfault when playing a replay that caused a simulation error to occur in benchmark mode. Now if this problem occurs VDrift just Aborts and exits (still not very graceful, but better than segfault...)
  3342.  
  3343. ------------------------------------------------------------------------
  3344. r1324 | thelusiv | 2006-11-05 21:35:16 -0800 (Sun, 05 Nov 2006) | 2 lines
  3345.  
  3346. Applying rookie1's automatic transmission patch.
  3347.  
  3348. ------------------------------------------------------------------------
  3349. r1323 | thelusiv | 2006-11-05 00:36:22 -0800 (Sun, 05 Nov 2006) | 2 lines
  3350.  
  3351. Benchmark mode now reports correct running time of replay, changed names of widgets in NetGameLeaveConfirm menu.
  3352.  
  3353. ------------------------------------------------------------------------
  3354. r1322 | joevenzon | 2006-11-04 11:22:26 -0800 (Sat, 04 Nov 2006) | 4 lines
  3355.  
  3356. Adjusted timer texture and drawing position to eliminate "line in the middle of 
  3357. the screen" artifact.
  3358.  
  3359.  
  3360. ------------------------------------------------------------------------
  3361. r1321 | joevenzon | 2006-11-04 11:12:28 -0800 (Sat, 04 Nov 2006) | 4 lines
  3362.  
  3363. The world is unloaded when NaNs are detected.  This stops the sound from 
  3364. continuing to play.
  3365.  
  3366.  
  3367. ------------------------------------------------------------------------
  3368. r1320 | joevenzon | 2006-11-04 10:04:58 -0800 (Sat, 04 Nov 2006) | 3 lines
  3369.  
  3370. New TCS algorithm.
  3371.  
  3372.  
  3373. ------------------------------------------------------------------------
  3374. r1319 | joevenzon | 2006-11-04 08:45:12 -0800 (Sat, 04 Nov 2006) | 4 lines
  3375.  
  3376. Updated engine sound from Ferrari_Guy on the forums: 
  3377. http://vdrift.net/Forum/viewtopic.php?p=2416#2416
  3378.  
  3379.  
  3380. ------------------------------------------------------------------------
  3381. r1318 | thelusiv | 2006-11-03 06:31:08 -0800 (Fri, 03 Nov 2006) | 2 lines
  3382.  
  3383. Fixed gui.cpp compile-time error, added Network Game's own Leave Game confirmation menu.
  3384.  
  3385. ------------------------------------------------------------------------
  3386. r1317 | thelusiv | 2006-11-03 01:46:23 -0800 (Fri, 03 Nov 2006) | 2 lines
  3387.  
  3388. Fixed bug where pausing during multiplayer went to the in-game menu. Now goes directly to the Leave Game Confirmation menu. Untested...
  3389.  
  3390. ------------------------------------------------------------------------
  3391. r1316 | thelusiv | 2006-11-03 00:54:21 -0800 (Fri, 03 Nov 2006) | 4 lines
  3392.  
  3393. Got the benchmarking mode working. Now running "vdrift -benchmark" will start up VDrift, load the game, load the replay in ~/.vdrift/replays/benchmark.vdr, and play it to completion. When it's over (or when the user presses ESC) the replay stops, the game exits, and it prints its total play time and average framerate on the terminal. No controls work at all so user can't interfere with game and affect framerate. All options must be set in the config file before starting.
  3394.  
  3395. Also in this commit: a few little tweaks to main.cpp and the REPLAY class (nothing major), and a slight reorganization of the loading and logo screens to accomodate the benchmarking mode.
  3396.  
  3397. ------------------------------------------------------------------------
  3398. r1315 | thelusiv | 2006-11-02 05:18:20 -0800 (Thu, 02 Nov 2006) | 3 lines
  3399.  
  3400. Set up a simple try/catch clause in main's Update() function around world.Update() (the physics update function). In TRACK::ElevationSeg I added a throw wherever there was an error case of a NAN detection. End result: now if the car hits something hard, or whatever else triggers NANs, the user is now presented with a menu that tells them there was an error with the simulation engine. However, the car engine sound repeats until a new game is started or the game is quit (despite a call to UnloadWorld()...).
  3401.  
  3402.  
  3403. ------------------------------------------------------------------------
  3404. r1314 | joevenzon | 2006-11-01 21:56:08 -0800 (Wed, 01 Nov 2006) | 4 lines
  3405.  
  3406. Reverted the last attempted fix that caused netplay issues.  Netplay should 
  3407. work, although it tends to disconnect after a minute or so of play.
  3408.  
  3409.  
  3410. ------------------------------------------------------------------------
  3411. r1313 | thelusiv | 2006-10-29 20:24:53 -0800 (Sun, 29 Oct 2006) | 2 lines
  3412.  
  3413. Fixed camera panning controls. Now any control can be assigned to the camera pan(left/right/up/down) actions, although it's just slightly funky for some reason...
  3414.  
  3415. ------------------------------------------------------------------------
  3416. r1312 | thelusiv | 2006-10-29 19:53:25 -0800 (Sun, 29 Oct 2006) | 2 lines
  3417.  
  3418. Fixed bug where new replays were not added to the Select Replay option in the Replays menu.
  3419.  
  3420. ------------------------------------------------------------------------
  3421. r1311 | joevenzon | 2006-10-29 19:10:43 -0800 (Sun, 29 Oct 2006) | 3 lines
  3422.  
  3423. Disabled ABS below 6 kph.
  3424.  
  3425.  
  3426. ------------------------------------------------------------------------
  3427. r1310 | joevenzon | 2006-10-29 19:08:45 -0800 (Sun, 29 Oct 2006) | 3 lines
  3428.  
  3429. Rewrote ABS (again).  This should be the last time I have to do it.
  3430.  
  3431.  
  3432. ------------------------------------------------------------------------
  3433. r1309 | joevenzon | 2006-10-29 15:41:31 -0800 (Sun, 29 Oct 2006) | 7 lines
  3434.  
  3435. Fully implemented M Denny ABS algorithm from 
  3436. http://www.iop.org/EJ/article/0143-0807/26/6/008/ejp5_6_008.pdf
  3437.  
  3438. The only pitfall was that I had to estimate the wheel weight at 30 kg since the 
  3439. wheel->mass() function was returning zero.
  3440.  
  3441.  
  3442. ------------------------------------------------------------------------
  3443. r1308 | joevenzon | 2006-10-29 14:33:52 -0800 (Sun, 29 Oct 2006) | 4 lines
  3444.  
  3445. Implemented correction to hopefully catch up when the client/host gets out of 
  3446. sync.
  3447.  
  3448.  
  3449. ------------------------------------------------------------------------
  3450. r1307 | joevenzon | 2006-10-29 14:17:43 -0800 (Sun, 29 Oct 2006) | 3 lines
  3451.  
  3452. Removed texture debugging messages.
  3453.  
  3454.  
  3455. ------------------------------------------------------------------------
  3456. r1306 | joevenzon | 2006-10-29 14:05:23 -0800 (Sun, 29 Oct 2006) | 3 lines
  3457.  
  3458. Eliminated redundant calls to SetReflectionTexture.  Removed ABS debug prints.
  3459.  
  3460.  
  3461. ------------------------------------------------------------------------
  3462. r1305 | thelusiv | 2006-10-29 13:56:33 -0800 (Sun, 29 Oct 2006) | 2 lines
  3463.  
  3464. Setting car reflection texture in SpinningCar only once when the car is loaded, instead of every time it is drawn.
  3465.  
  3466. ------------------------------------------------------------------------
  3467. r1304 | thelusiv | 2006-10-29 13:34:33 -0800 (Sun, 29 Oct 2006) | 2 lines
  3468.  
  3469. Fixed some bugs causing textboxes not to get saved, meaning that a person couldn't connect to a server because it would ignore the value they put into the Server IP setting.
  3470.  
  3471. ------------------------------------------------------------------------
  3472. r1303 | joevenzon | 2006-10-29 13:04:14 -0800 (Sun, 29 Oct 2006) | 4 lines
  3473.  
  3474. Changed multiplayer interface so it takes a port argument to Host and Connect 
  3475. functions.
  3476.  
  3477.  
  3478. ------------------------------------------------------------------------
  3479. r1302 | joevenzon | 2006-10-29 12:49:05 -0800 (Sun, 29 Oct 2006) | 3 lines
  3480.  
  3481. Fixed goofy camera views.  Added pan_* control responses.
  3482.  
  3483.  
  3484. ------------------------------------------------------------------------
  3485. r1301 | joevenzon | 2006-10-29 12:44:07 -0800 (Sun, 29 Oct 2006) | 3 lines
  3486.  
  3487. Started adding camera pan code, enabled network debug messages.
  3488.  
  3489.  
  3490. ------------------------------------------------------------------------
  3491. r1300 | joevenzon | 2006-10-29 12:19:51 -0800 (Sun, 29 Oct 2006) | 4 lines
  3492.  
  3493. Started implementing fancy white-paper ABS algorithm from 
  3494. http://www.iop.org/EJ/article/0143-0807/26/6/008/ejp5_6_008.pdf
  3495.  
  3496.  
  3497. ------------------------------------------------------------------------
  3498. r1299 | joevenzon | 2006-10-29 11:39:22 -0800 (Sun, 29 Oct 2006) | 3 lines
  3499.  
  3500. xTs ABS algorithm from http://paste.debian.net/15793
  3501.  
  3502.  
  3503. ------------------------------------------------------------------------
  3504. r1298 | joevenzon | 2006-10-29 10:37:58 -0800 (Sun, 29 Oct 2006) | 3 lines
  3505.  
  3506. implemented xTs brake algorithm
  3507.  
  3508.  
  3509. ------------------------------------------------------------------------
  3510. r1297 | thelusiv | 2006-10-29 02:20:03 -0800 (Sun, 29 Oct 2006) | 2 lines
  3511.  
  3512. Fixed a bug causing replay playback to crash. Added ability for users to record multiple replays, and each one is saved in a separate file. Added selector to Replays menu so users can choose which replay to play back. This list is only updated when the game starts, it *does not* update (yet) when a new replay is recorded.
  3513.  
  3514. ------------------------------------------------------------------------
  3515. r1296 | thelusiv | 2006-10-29 00:08:24 -0700 (Sun, 29 Oct 2006) | 2 lines
  3516.  
  3517. Fixed a bug causing TCS and ABS not to be changed, if the in-game menu options were used. Now the VAMOSWORLD::UpdateSettings function gets the new values from settings and applies them to the car.
  3518.  
  3519. ------------------------------------------------------------------------
  3520. r1295 | joevenzon | 2006-10-28 15:54:00 -0700 (Sat, 28 Oct 2006) | 3 lines
  3521.  
  3522. Fiddled with ASB and TCS.
  3523.  
  3524.  
  3525. ------------------------------------------------------------------------
  3526. r1294 | joevenzon | 2006-10-28 13:26:35 -0700 (Sat, 28 Oct 2006) | 3 lines
  3527.  
  3528. Enabled TCS when reversing.
  3529.  
  3530.  
  3531. ------------------------------------------------------------------------
  3532. r1293 | thelusiv | 2006-10-28 13:25:41 -0700 (Sat, 28 Oct 2006) | 2 lines
  3533.  
  3534. Added TCS to the menu under Options -> Controls. Made sure tcs.png gets installed correctly.
  3535.  
  3536. ------------------------------------------------------------------------
  3537. r1292 | joevenzon | 2006-10-28 12:44:38 -0700 (Sat, 28 Oct 2006) | 3 lines
  3538.  
  3539. Made ABS less conservative, also pumped up G4 brakes even further.
  3540.  
  3541.  
  3542. ------------------------------------------------------------------------
  3543. r1291 | joevenzon | 2006-10-28 12:11:13 -0700 (Sat, 28 Oct 2006) | 4 lines
  3544.  
  3545. Finished off TCS (added throttle ramp down if braking isn't working).  Also 
  3546. adjusted ABS thresholds.  Too conservative now?
  3547.  
  3548.  
  3549. ------------------------------------------------------------------------
  3550. r1290 | joevenzon | 2006-10-28 11:44:46 -0700 (Sat, 28 Oct 2006) | 3 lines
  3551.  
  3552. Initial pass at TCS.
  3553.  
  3554.  
  3555. ------------------------------------------------------------------------
  3556. r1289 | joevenzon | 2006-10-28 10:52:53 -0700 (Sat, 28 Oct 2006) | 3 lines
  3557.  
  3558. Fiddled with openal extensions and device info, gave up.
  3559.  
  3560.  
  3561. ------------------------------------------------------------------------
  3562. r1288 | joevenzon | 2006-10-28 10:03:05 -0700 (Sat, 28 Oct 2006) | 3 lines
  3563.  
  3564. Added ABS/TCS support to replays and multiplayer.
  3565.  
  3566.  
  3567. ------------------------------------------------------------------------
  3568. r1287 | thelusiv | 2006-10-28 01:39:54 -0700 (Sat, 28 Oct 2006) | 2 lines
  3569.  
  3570. Fixed model.cpp and Gl_Car.cc to accept new car texture locations properly. Removed all small and medium car textures, moved large car texture SConscript files over old car texture SConscript files and changed appropriately for new directory structure.
  3571.  
  3572. ------------------------------------------------------------------------
  3573. r1286 | thelusiv | 2006-10-28 00:42:59 -0700 (Sat, 28 Oct 2006) | 2 lines
  3574.  
  3575. Moving each car's large textures to the textures directory, removing the old textures/SConscript for each car, modified Gl_Car.cc to no longer expect the texture size in the path. scons install is temporarily broken...
  3576.  
  3577. ------------------------------------------------------------------------
  3578. r1285 | thelusiv | 2006-10-28 00:15:59 -0700 (Sat, 28 Oct 2006) | 2 lines
  3579.  
  3580. Added ABS and Button control Delay to Options -> Controls menu. Both function properly. Moved Touchiness compensation from Joystick Options to Options -> Controls. Fixed SConscript files in data/textures so scons install works again after Joe removed the data/textures/[large|medium|small] dirs.
  3581.  
  3582. ------------------------------------------------------------------------
  3583. r1284 | joevenzon | 2006-10-27 22:57:41 -0700 (Fri, 27 Oct 2006) | 4 lines
  3584.  
  3585. the texture scaling code now refuses to scale down more than 2x on medium and 
  3586. more than 4x on small
  3587.  
  3588.  
  3589. ------------------------------------------------------------------------
  3590. r1283 | joevenzon | 2006-10-27 22:45:06 -0700 (Fri, 27 Oct 2006) | 3 lines
  3591.  
  3592. Added automatic texture scaling.
  3593.  
  3594.  
  3595. ------------------------------------------------------------------------
  3596. r1282 | thelusiv | 2006-10-27 22:12:17 -0700 (Fri, 27 Oct 2006) | 2 lines
  3597.  
  3598. Fixed a bug in digital control ramps causing joystick buttons to always go to max input.
  3599.  
  3600. ------------------------------------------------------------------------
  3601. r1281 | joevenzon | 2006-10-27 21:35:58 -0700 (Fri, 27 Oct 2006) | 3 lines
  3602.  
  3603. Added ABS indicator.
  3604.  
  3605.  
  3606. ------------------------------------------------------------------------
  3607. r1280 | joevenzon | 2006-10-27 21:35:13 -0700 (Fri, 27 Oct 2006) | 3 lines
  3608.  
  3609. removed ABS debug messages
  3610.  
  3611.  
  3612. ------------------------------------------------------------------------
  3613. r1279 | joevenzon | 2006-10-27 21:09:02 -0700 (Fri, 27 Oct 2006) | 3 lines
  3614.  
  3615. Fixed up ABS implementation.
  3616.  
  3617.  
  3618. ------------------------------------------------------------------------
  3619. r1278 | joevenzon | 2006-10-27 20:21:12 -0700 (Fri, 27 Oct 2006) | 4 lines
  3620.  
  3621. Fixed up anti-aliasing, altered G4 to have massive brake friction for ABS 
  3622. testing, added primitive ABS.
  3623.  
  3624.  
  3625. ------------------------------------------------------------------------
  3626. r1277 | joevenzon | 2006-10-27 19:31:54 -0700 (Fri, 27 Oct 2006) | 4 lines
  3627.  
  3628. Disabled digital input ramping for joystick buttons.  Started adding ABS.
  3629.  
  3630.  
  3631.  
  3632. ------------------------------------------------------------------------
  3633. r1276 | thelusiv | 2006-10-27 01:00:02 -0700 (Fri, 27 Oct 2006) | 3 lines
  3634.  
  3635. Controls assigned to non-analog inputs (like keyboard buttons, mouse buttons, joystick buttons) now use a linear 
  3636. ramp to make it easier to control inputs like gas and brake using buttons/keys.
  3637.  
  3638. ------------------------------------------------------------------------
  3639. r1275 | thelusiv | 2006-10-22 22:47:47 -0700 (Sun, 22 Oct 2006) | 2 lines
  3640.  
  3641. Adding a few more checks for whether or not the user's card supports antialiasing or not.
  3642.  
  3643. ------------------------------------------------------------------------
  3644. r1274 | thelusiv | 2006-10-22 22:08:56 -0700 (Sun, 22 Oct 2006) | 2 lines
  3645.  
  3646. Adding option for antialiasing. Restart required for it to take effect...
  3647.  
  3648. ------------------------------------------------------------------------
  3649. r1273 | joevenzon | 2006-10-22 18:05:38 -0700 (Sun, 22 Oct 2006) | 3 lines
  3650.  
  3651. Added antialiasing support.
  3652.  
  3653.  
  3654. ------------------------------------------------------------------------
  3655. r1272 | thelusiv | 2006-10-22 17:35:36 -0700 (Sun, 22 Oct 2006) | 3 lines
  3656.  
  3657. Checking in new Doxygen setup file, and changing version so that it gets set to the date only for releases, and for 
  3658. non-release versions, it is set to "development".
  3659.  
  3660. ------------------------------------------------------------------------
  3661. r1271 | thelusiv | 2006-10-12 01:12:07 -0700 (Thu, 12 Oct 2006) | 2 lines
  3662.  
  3663. Fixed a GUI reloading bug.
  3664.  
  3665. ------------------------------------------------------------------------
  3666. r1270 | matthew | 2006-10-11 22:38:31 -0700 (Wed, 11 Oct 2006) | 2 lines
  3667.  
  3668. Changed buildfiles to autogenerate some static lists to fix and prevent errors.
  3669.  
  3670. ------------------------------------------------------------------------
  3671. r1269 | abs1nth | 2006-10-11 11:11:53 -0700 (Wed, 11 Oct 2006) | 1 line
  3672.  
  3673. update xcode project
  3674. ------------------------------------------------------------------------
  3675. r1268 | abs1nth | 2006-10-11 11:11:07 -0700 (Wed, 11 Oct 2006) | 1 line
  3676.  
  3677. fix sound on bigendian
  3678. ------------------------------------------------------------------------
  3679. r1267 | abs1nth | 2006-10-11 11:09:09 -0700 (Wed, 11 Oct 2006) | 1 line
  3680.  
  3681. fix endian check so it not only works on macosx
  3682. ------------------------------------------------------------------------
  3683. r1266 | abs1nth | 2006-10-11 11:07:12 -0700 (Wed, 11 Oct 2006) | 1 line
  3684.  
  3685. update for 2006-10-06
  3686. ------------------------------------------------------------------------
  3687. r1265 | thelusiv | 2006-10-11 08:45:57 -0700 (Wed, 11 Oct 2006) | 2 lines
  3688.  
  3689. Removing some old unused menu files so they don't get loaded.
  3690.  
  3691. ------------------------------------------------------------------------
  3692. r1264 | thelusiv | 2006-10-11 08:42:15 -0700 (Wed, 11 Oct 2006) | 2 lines
  3693.  
  3694. Set up GUI to now load menus from a directory list instead of reading the "menus" file and loading all those pages. Removed menu list file.
  3695.  
  3696. ------------------------------------------------------------------------
  3697. r1263 | thelusiv | 2006-10-11 08:21:24 -0700 (Wed, 11 Oct 2006) | 2 lines
  3698.  
  3699. Removed disabled "Control Profile" option from Options -> Controls menu, which was unused and only served to confuse people.
  3700.  
  3701. ------------------------------------------------------------------------
  3702. r1262 | thelusiv | 2006-10-10 22:16:50 -0700 (Tue, 10 Oct 2006) | 2 lines
  3703.  
  3704. Setting up some controlgrab widgets using an option to allow them to only have one control assigned to them. This option is used on gas, brake, and steering controls.
  3705.  
  3706. ------------------------------------------------------------------------
  3707. r1261 | thelusiv | 2006-10-10 21:54:39 -0700 (Tue, 10 Oct 2006) | 2 lines
  3708.  
  3709. Changing back Joe's strange changes to hood + in-car camera modes, removing debug prints from anisotropic filtering mode detection.
  3710.  
  3711. ------------------------------------------------------------------------
  3712. r1260 | thelusiv | 2006-10-10 21:50:37 -0700 (Tue, 10 Oct 2006) | 2 lines
  3713.  
  3714. Setting up anisotropic filtering option to work properly by detecting the modes a given card supports and then allowing the user to choose from them.
  3715.  
  3716. ------------------------------------------------------------------------
  3717. r1259 | joevenzon | 2006-10-10 18:19:54 -0700 (Tue, 10 Oct 2006) | 7 lines
  3718.  
  3719. Added functional decomposition text document to try to form a "big 
  3720. picture" of VDrift complete-ness.
  3721.  
  3722. Also resolved a conflicting vamosworld.cc file; not sure what the 
  3723. changes are.
  3724.  
  3725.  
  3726. ------------------------------------------------------------------------
  3727. r1258 | matthew | 2006-10-10 10:14:00 -0700 (Tue, 10 Oct 2006) | 2 lines
  3728.  
  3729. No one is using svnmerge.py so I am removing it.
  3730.  
  3731. ------------------------------------------------------------------------
  3732. r1257 | matthew | 2006-10-09 10:09:07 -0700 (Mon, 09 Oct 2006) | 3 lines
  3733.  
  3734. Fixed autopackage build and removed some unnecessary(?) stepts from other
  3735. builds.
  3736.  
  3737. ------------------------------------------------------------------------
  3738. r1256 | thelusiv | 2006-10-06 16:07:39 -0700 (Fri, 06 Oct 2006) | 2 lines
  3739.  
  3740. Made list of tracks to install automatically generated instead of static in data/tracks/SConscript. Removed some header files that have been deleted from include/SConscript. Added a new option for the arch= build option, now "scons arch=686" will compile with -march=i686. Added -pipe to CFLAGS for release builds. Moved Nuerburgring track to new location reflecting the correct spelling of the name (not "Neurburgring").
  3741.  
  3742. ------------------------------------------------------------------------
  3743. r1255 | matthew | 2006-10-06 09:53:55 -0700 (Fri, 06 Oct 2006) | 1 line
  3744.  
  3745. More debian changelog updates.
  3746. ------------------------------------------------------------------------
  3747. r1254 | matthew | 2006-10-06 09:51:43 -0700 (Fri, 06 Oct 2006) | 3 lines
  3748.  
  3749. Updated debian changelog to make it a little eaiser for the debian maintainers
  3750. to build from.
  3751.  
  3752. ------------------------------------------------------------------------
  3753. r1253 | matthew | 2006-10-06 00:32:14 -0700 (Fri, 06 Oct 2006) | 3 lines
  3754.  
  3755. Massive changes to build scripts to work around a bug in scons.  Also changes
  3756. to the debian build scripts to adapt to new vdrift build practices.
  3757.  
  3758. ------------------------------------------------------------------------
  3759. r1252 | thelusiv | 2006-10-05 21:08:26 -0700 (Thu, 05 Oct 2006) | 2 lines
  3760.  
  3761. Adding stub for camera panning controls, updating various files to get ready for release.
  3762.  
  3763. ------------------------------------------------------------------------
  3764. r1251 | thelusiv | 2006-10-05 00:23:15 -0700 (Thu, 05 Oct 2006) | 2 lines
  3765.  
  3766. Some things I forgot to add last time: change KPH to km/h in the menus, removed no longer needed <ctime> include in gui headers, attempted (but failed) to fix logo choppiness.
  3767.  
  3768. ------------------------------------------------------------------------
  3769. r1250 | thelusiv | 2006-10-04 23:57:36 -0700 (Wed, 04 Oct 2006) | 2 lines
  3770.  
  3771. Fixing menu crossfade stutter bug. Adding two patches from xTs, one which changes the KPH label to km/h, and another which allows gear changing by selecting a certain gear, instead of only by moving up and down.
  3772.  
  3773. ------------------------------------------------------------------------
  3774. r1249 | acm | 2006-09-30 18:14:31 -0700 (Sat, 30 Sep 2006) | 2 lines
  3775.  
  3776. * Fix build on FreeeBSD.
  3777.  
  3778. ------------------------------------------------------------------------
  3779. r1248 | abs1nth | 2006-09-30 15:47:29 -0700 (Sat, 30 Sep 2006) | 1 line
  3780.  
  3781. fix mac compile
  3782. ------------------------------------------------------------------------
  3783. r1247 | thelusiv | 2006-09-30 12:46:36 -0700 (Sat, 30 Sep 2006) | 2 lines
  3784.  
  3785. Fixing peak-engine-rpm for Z06.
  3786.  
  3787. ------------------------------------------------------------------------
  3788. r1246 | thelusiv | 2006-09-30 01:20:24 -0700 (Sat, 30 Sep 2006) | 2 lines
  3789.  
  3790. Made engage clutch button alwasy a button up event. Fixed mouse up/down inversion problem. Fixed "once" controls for mouse buttons. Trying to fix XS clutch slip problem. Added a line to src/SConscript which will make a symlink from wherever the vdrift binary is installed to /usr/bin.
  3791.  
  3792. ------------------------------------------------------------------------
  3793. r1245 | matthew | 2006-09-19 20:37:49 -0700 (Tue, 19 Sep 2006) | 2 lines
  3794.  
  3795. Fixed syntax error.
  3796.  
  3797. ------------------------------------------------------------------------
  3798. r1244 | matthew | 2006-09-19 08:29:25 -0700 (Tue, 19 Sep 2006) | 2 lines
  3799.  
  3800. Made data/cars/SConscript detect new cars automatically.
  3801.  
  3802. ------------------------------------------------------------------------
  3803. r1243 | thelusiv | 2006-09-17 00:54:59 -0700 (Sun, 17 Sep 2006) | 2 lines
  3804.  
  3805. Fixed some little bugs related to previous commit...brake was not displayed with input graphing and the in-game Input Graph option was misaligned.
  3806.  
  3807. ------------------------------------------------------------------------
  3808. r1242 | thelusiv | 2006-09-17 00:36:45 -0700 (Sun, 17 Sep 2006) | 2 lines
  3809.  
  3810. Cleaned up commented (removed) code and unused/empty functions in VAMOSWORLD. Eliminated the "Mouse Enable" option. Changed the mouse input display slider bars in the HUD into general input graphs, and associated them with an option in the Display menu. Added another option controlling whether or not to draw car shadows, linked to option in Display menu. Added some functions to get steering and gas/brake values from VamosBody::Car class to facilitate creating general input graph.
  3811.  
  3812. ------------------------------------------------------------------------
  3813. r1241 | kcid | 2006-09-12 14:06:03 -0700 (Tue, 12 Sep 2006) | 1 line
  3814.  
  3815. Included the G4 updated body model.
  3816. ------------------------------------------------------------------------
  3817. r1240 | joevenzon | 2006-09-03 12:06:13 -0700 (Sun, 03 Sep 2006) | 4 lines
  3818.  
  3819. More T73 tweaking -- I think I'm done now.  Watch out, that baby will 
  3820. flip.
  3821.  
  3822.  
  3823. ------------------------------------------------------------------------
  3824. r1239 | joevenzon | 2006-09-03 11:57:32 -0700 (Sun, 03 Sep 2006) | 3 lines
  3825.  
  3826. More fiddling with the T73
  3827.  
  3828.  
  3829. ------------------------------------------------------------------------
  3830. r1238 | joevenzon | 2006-09-03 11:31:43 -0700 (Sun, 03 Sep 2006) | 3 lines
  3831.  
  3832. Adjusted T73 drag
  3833.  
  3834.  
  3835. ------------------------------------------------------------------------
  3836. r1237 | joevenzon | 2006-09-03 11:29:56 -0700 (Sun, 03 Sep 2006) | 3 lines
  3837.  
  3838. Adjusted brakes
  3839.  
  3840.  
  3841. ------------------------------------------------------------------------
  3842. r1236 | joevenzon | 2006-09-03 11:23:47 -0700 (Sun, 03 Sep 2006) | 3 lines
  3843.  
  3844. Adjusted some suspension parameters.
  3845.  
  3846.  
  3847. ------------------------------------------------------------------------
  3848. r1235 | joevenzon | 2006-09-03 11:17:12 -0700 (Sun, 03 Sep 2006) | 3 lines
  3849.  
  3850. Put fuel tank in the front of the car, adjusted the anti-slip.
  3851.  
  3852.  
  3853. ------------------------------------------------------------------------
  3854. r1234 | joevenzon | 2006-09-03 11:07:02 -0700 (Sun, 03 Sep 2006) | 4 lines
  3855.  
  3856. Adjusted some T73 parameters to get the center of mass right in the 
  3857. center of the car.
  3858.  
  3859.  
  3860. ------------------------------------------------------------------------
  3861. r1233 | joevenzon | 2006-08-30 19:19:12 -0700 (Wed, 30 Aug 2006) | 3 lines
  3862.  
  3863. Fixed how the calibration was applied to joystick axes.
  3864.  
  3865.  
  3866. ------------------------------------------------------------------------
  3867. r1232 | joevenzon | 2006-08-27 14:36:30 -0700 (Sun, 27 Aug 2006) | 9 lines
  3868.  
  3869. Removed sound debugging messages, since it seems to be working.
  3870.  
  3871. Removed alut library check from SConstruct because it wasn't working for 
  3872. me after upgrading to freealut.
  3873.  
  3874. Converted all of the tracks to use variable friction surfaces, but just 
  3875. supplied defaults for all surfaces.
  3876.  
  3877.  
  3878. ------------------------------------------------------------------------
  3879. r1231 | joevenzon | 2006-08-26 11:06:40 -0700 (Sat, 26 Aug 2006) | 6 lines
  3880.  
  3881. Wrote my own load wav function to replace the alut functions that have 
  3882. been giving others trouble.  Note that I believe my load wave function 
  3883. is endian-dependent, so I've retained the alut load functions for 
  3884. __APPLE__.
  3885.  
  3886.  
  3887. ------------------------------------------------------------------------
  3888. r1230 | joevenzon | 2006-08-26 09:42:11 -0700 (Sat, 26 Aug 2006) | 5 lines
  3889.  
  3890. Sound is now disabled if there's an error loading a sound file.  This 
  3891. makes more sense than continuing on with invalid sounds, which results 
  3892. in wacky behavior or a crash.
  3893.  
  3894.  
  3895. ------------------------------------------------------------------------
  3896. r1229 | joevenzon | 2006-08-25 23:29:03 -0700 (Fri, 25 Aug 2006) | 3 lines
  3897.  
  3898. Completely re-init sound on game reload.
  3899.  
  3900.  
  3901. ------------------------------------------------------------------------
  3902. r1228 | thelusiv | 2006-08-20 17:23:24 -0700 (Sun, 20 Aug 2006) | 2 lines
  3903.  
  3904. Fixing some mousey bugs
  3905.  
  3906. ------------------------------------------------------------------------
  3907. r1227 | thelusiv | 2006-08-17 23:22:26 -0700 (Thu, 17 Aug 2006) | 2 lines
  3908.  
  3909. Custom mouse controls now work in the game. Still a few bugs.
  3910.  
  3911. ------------------------------------------------------------------------
  3912. r1226 | joevenzon | 2006-08-17 06:31:51 -0700 (Thu, 17 Aug 2006) | 3 lines
  3913.  
  3914. Added alutUnloadWAV call into LoadSoundFile() for new OpenAL.
  3915.  
  3916.  
  3917. ------------------------------------------------------------------------
  3918. r1225 | thelusiv | 2006-08-17 01:47:58 -0700 (Thu, 17 Aug 2006) | 2 lines
  3919.  
  3920. Menus now recognize mouse movements and buttons as controls which can be added to any control. Mouse controls are correctly saved in the controls file.
  3921.  
  3922. ------------------------------------------------------------------------
  3923. r1224 | joevenzon | 2006-08-16 20:10:47 -0700 (Wed, 16 Aug 2006) | 3 lines
  3924.  
  3925. Added support for rolling resistance and rolling drag to the code.
  3926.  
  3927.  
  3928. ------------------------------------------------------------------------
  3929. r1223 | joevenzon | 2006-08-16 19:40:48 -0700 (Wed, 16 Aug 2006) | 5 lines
  3930.  
  3931. Added sound debugging.
  3932.  
  3933. Added rolling resistance and rolling drag to road atlanta's object list.
  3934.  
  3935.  
  3936. ------------------------------------------------------------------------
  3937. r1222 | joevenzon | 2006-08-15 22:37:45 -0700 (Tue, 15 Aug 2006) | 3 lines
  3938.  
  3939. Added tire tread and handbrake settings to all cars.
  3940.  
  3941.  
  3942. ------------------------------------------------------------------------
  3943. r1221 | joevenzon | 2006-08-15 22:27:38 -0700 (Tue, 15 Aug 2006) | 3 lines
  3944.  
  3945. Implemented bumpiness.
  3946.  
  3947.  
  3948. ------------------------------------------------------------------------
  3949. r1220 | joevenzon | 2006-08-15 20:43:58 -0700 (Tue, 15 Aug 2006) | 4 lines
  3950.  
  3951. Added support for varying track friction.  Road Atlanta is the only 
  3952. track that works, and the G4 and TC are the only cars that work.
  3953.  
  3954.  
  3955. ------------------------------------------------------------------------
  3956. r1219 | joevenzon | 2006-08-15 19:50:10 -0700 (Tue, 15 Aug 2006) | 4 lines
  3957.  
  3958. Added handbrake support, halfway through adding track friction parameter 
  3959. support.
  3960.  
  3961.  
  3962. ------------------------------------------------------------------------
  3963. r1218 | joevenzon | 2006-08-14 18:20:00 -0700 (Mon, 14 Aug 2006) | 3 lines
  3964.  
  3965. Minor changes to try to fix thelusiv's sound probs.
  3966.  
  3967.  
  3968. ------------------------------------------------------------------------
  3969. r1217 | abs1nth | 2006-08-14 12:56:53 -0700 (Mon, 14 Aug 2006) | 1 line
  3970.  
  3971. No log message.
  3972. ------------------------------------------------------------------------
  3973. r1216 | abs1nth | 2006-08-14 12:56:37 -0700 (Mon, 14 Aug 2006) | 1 line
  3974.  
  3975. No log message.
  3976. ------------------------------------------------------------------------
  3977. r1215 | thelusiv | 2006-08-14 00:49:12 -0700 (Mon, 14 Aug 2006) | 2 lines
  3978.  
  3979. Removing unused files. Vamos' XML Parser class is not used so it has been removed. The old trees and terrain classes were also removed.
  3980.  
  3981. ------------------------------------------------------------------------
  3982. r1214 | thelusiv | 2006-08-13 22:07:54 -0700 (Sun, 13 Aug 2006) | 2 lines
  3983.  
  3984. Adding mouse support to CONTROL class. Not used yet.
  3985.  
  3986. ------------------------------------------------------------------------
  3987. r1213 | joevenzon | 2006-08-13 20:56:27 -0700 (Sun, 13 Aug 2006) | 3 lines
  3988.  
  3989. Tweaked the 3S's appearance a bit.
  3990.  
  3991.  
  3992. ------------------------------------------------------------------------
  3993. r1212 | joevenzon | 2006-08-13 15:53:17 -0700 (Sun, 13 Aug 2006) | 3 lines
  3994.  
  3995. Removed nuisance error print.
  3996.  
  3997.  
  3998. ------------------------------------------------------------------------
  3999. r1211 | joevenzon | 2006-08-13 15:42:57 -0700 (Sun, 13 Aug 2006) | 4 lines
  4000.  
  4001. Fixed a bug whereby loading a new track wasn't clearing out the old road 
  4002. data.
  4003.  
  4004.  
  4005. ------------------------------------------------------------------------
  4006. r1210 | joevenzon | 2006-08-13 14:44:49 -0700 (Sun, 13 Aug 2006) | 3 lines
  4007.  
  4008. Fixed up textures class.
  4009.  
  4010.  
  4011. ------------------------------------------------------------------------
  4012. r1209 | thelusiv | 2006-08-13 12:35:43 -0700 (Sun, 13 Aug 2006) | 2 lines
  4013.  
  4014. Enabling more display options since the TEXTURE class has been fixed.
  4015.  
  4016. ------------------------------------------------------------------------
  4017. r1208 | joevenzon | 2006-08-12 17:29:02 -0700 (Sat, 12 Aug 2006) | 3 lines
  4018.  
  4019. Fixed texture bug that was causing a crash.
  4020.  
  4021.  
  4022. ------------------------------------------------------------------------
  4023. r1207 | joevenzon | 2006-08-12 17:12:13 -0700 (Sat, 12 Aug 2006) | 3 lines
  4024.  
  4025. Rewrote texture class.
  4026.  
  4027.  
  4028. ------------------------------------------------------------------------
  4029. r1206 | alexr | 2006-08-12 13:00:46 -0700 (Sat, 12 Aug 2006) | 2 lines
  4030.  
  4031. added missing file
  4032.  
  4033. ------------------------------------------------------------------------
  4034. r1205 | joevenzon | 2006-08-12 10:39:24 -0700 (Sat, 12 Aug 2006) | 3 lines
  4035.  
  4036. Cleaned up some textures class usage.  Bug still exists.
  4037.  
  4038.  
  4039. ------------------------------------------------------------------------
  4040. r1204 | nathan | 2006-08-12 08:05:49 -0700 (Sat, 12 Aug 2006) | 2 lines
  4041.  
  4042. Reverting stupid patches
  4043.  
  4044. ------------------------------------------------------------------------
  4045. r1203 | nathan | 2006-08-12 07:41:06 -0700 (Sat, 12 Aug 2006) | 1 line
  4046.  
  4047. fixing tabs
  4048. ------------------------------------------------------------------------
  4049. r1202 | nathan | 2006-08-12 07:37:49 -0700 (Sat, 12 Aug 2006) | 1 line
  4050.  
  4051. Fixing hidden files showing up in Utility::GetFolderIndex () under win32
  4052. ------------------------------------------------------------------------
  4053. r1201 | joevenzon | 2006-08-12 01:14:52 -0700 (Sat, 12 Aug 2006) | 3 lines
  4054.  
  4055. Removing extra HUD loads/unloads.
  4056.  
  4057.  
  4058. ------------------------------------------------------------------------
  4059. r1200 | joevenzon | 2006-08-12 01:14:24 -0700 (Sat, 12 Aug 2006) | 6 lines
  4060.  
  4061. Fixed bugs in the way the texture class was used.  Unfortunately, 
  4062. although this fixed the random problems with the shadow texture 
  4063. disappearing, it revealed more bugs that cause corruption of the HUD 
  4064. (usually the tach).  The texture class needs a rewrite.
  4065.  
  4066.  
  4067. ------------------------------------------------------------------------
  4068. r1199 | joevenzon | 2006-08-11 22:25:05 -0700 (Fri, 11 Aug 2006) | 3 lines
  4069.  
  4070. Fixed remaining sound bugs.
  4071.  
  4072.  
  4073. ------------------------------------------------------------------------
  4074. r1198 | thelusiv | 2006-08-11 11:55:58 -0700 (Fri, 11 Aug 2006) | 2 lines
  4075.  
  4076. Changed spaces to tabs :)
  4077.  
  4078. ------------------------------------------------------------------------
  4079. r1197 | nathan | 2006-08-11 10:59:14 -0700 (Fri, 11 Aug 2006) | 1 line
  4080.  
  4081. Someone broke WIN32 ;) fixes it (UTILITY::GetFolderIndex)
  4082. ------------------------------------------------------------------------
  4083. r1196 | thelusiv | 2006-08-11 08:47:28 -0700 (Fri, 11 Aug 2006) | 2 lines
  4084.  
  4085. Removing stuff that is now moved to skins, updated some things that still needed fixing after removing those, added menu option for skin selection.
  4086.  
  4087. ------------------------------------------------------------------------
  4088. r1195 | thelusiv | 2006-08-11 08:17:53 -0700 (Fri, 11 Aug 2006) | 2 lines
  4089.  
  4090. Implemented skins. Now data/skins/skin_name/ contains two subfolders, textures and menus. textures contains what used to be in data/textures/gui/ and menus has what used to be in data/lists/new-menus/.
  4091.  
  4092. ------------------------------------------------------------------------
  4093. r1194 | joevenzon | 2006-08-10 22:18:07 -0700 (Thu, 10 Aug 2006) | 3 lines
  4094.  
  4095. Fixed bug in sound class.
  4096.  
  4097.  
  4098. ------------------------------------------------------------------------
  4099. r1193 | joevenzon | 2006-08-10 22:12:06 -0700 (Thu, 10 Aug 2006) | 3 lines
  4100.  
  4101. Rewrote sound class.
  4102.  
  4103.  
  4104. ------------------------------------------------------------------------
  4105. r1192 | thelusiv | 2006-08-10 19:23:13 -0700 (Thu, 10 Aug 2006) | 2 lines
  4106.  
  4107. Removed a lingering reference to car_list.txt.
  4108.  
  4109. ------------------------------------------------------------------------
  4110. r1191 | thelusiv | 2006-08-10 17:32:16 -0700 (Thu, 10 Aug 2006) | 2 lines
  4111.  
  4112. Removing car and track list files, removed them from SConscript files, cleaning up some unneeded code added last revision.
  4113.  
  4114. ------------------------------------------------------------------------
  4115. r1190 | thelusiv | 2006-08-10 17:08:43 -0700 (Thu, 10 Aug 2006) | 2 lines
  4116.  
  4117. Removed the need for track_list.txt and car_list.txt. Moved track shots from data/textures/large/gui/tracks/trackname.png to data/tracks/trackname/trackshot.png.
  4118.  
  4119. ------------------------------------------------------------------------
  4120. r1189 | kcid | 2006-08-10 08:30:24 -0700 (Thu, 10 Aug 2006) | 1 line
  4121.  
  4122. Updated the 3S SConscript files.
  4123. ------------------------------------------------------------------------
  4124. r1188 | kcid | 2006-08-10 08:22:52 -0700 (Thu, 10 Aug 2006) | 1 line
  4125.  
  4126. Again the updated 3S. Now it's a real Mazda 3 Sedan like Joe has.
  4127. ------------------------------------------------------------------------
  4128. r1187 | joevenzon | 2006-08-08 19:05:09 -0700 (Tue, 08 Aug 2006) | 3 lines
  4129.  
  4130. Added POSIX folder listing code to utility (and an example in main.cpp).
  4131.  
  4132.  
  4133. ------------------------------------------------------------------------
  4134. r1186 | nathan | 2006-08-08 13:13:06 -0700 (Tue, 08 Aug 2006) | 1 line
  4135.  
  4136. Win icons fix (used already for 08/07 release, forgot to commit) 
  4137. ------------------------------------------------------------------------
  4138. r1183 | thelusiv | 2006-08-04 21:03:31 -0700 (Fri, 04 Aug 2006) | 2 lines
  4139.  
  4140. Removing the carriage-return characters from some text files that were introduced most likely by a certain Windows text editor.
  4141.  
  4142. ------------------------------------------------------------------------
  4143. r1182 | kcid | 2006-08-04 14:50:33 -0700 (Fri, 04 Aug 2006) | 1 line
  4144.  
  4145. changed the Z06 hp and torque settings.
  4146. ------------------------------------------------------------------------
  4147. r1181 | kcid | 2006-08-04 14:01:24 -0700 (Fri, 04 Aug 2006) | 1 line
  4148.  
  4149. Added the Z06, as the name says it's a corvette Z06.car
  4150. ------------------------------------------------------------------------
  4151. r1180 | thelusiv | 2006-08-03 21:31:52 -0700 (Thu, 03 Aug 2006) | 2 lines
  4152.  
  4153. Increased the max steering angle of the TL to make it easier to drift
  4154.  
  4155. ------------------------------------------------------------------------
  4156. r1179 | thelusiv | 2006-08-03 21:00:25 -0700 (Thu, 03 Aug 2006) | 2 lines
  4157.  
  4158. Setting handbrake controls to analog so that if they're assigned to a button they'll be set to "held".
  4159.  
  4160. ------------------------------------------------------------------------
  4161. r1178 | joevenzon | 2006-08-03 21:00:11 -0700 (Thu, 03 Aug 2006) | 3 lines
  4162.  
  4163. Fixed handbrake so it affects the rear wheels.
  4164.  
  4165.  
  4166. ------------------------------------------------------------------------
  4167. r1177 | thelusiv | 2006-08-03 20:40:28 -0700 (Thu, 03 Aug 2006) | 2 lines
  4168.  
  4169. Adding a controlgrab to handle the handbrake control.
  4170.  
  4171. ------------------------------------------------------------------------
  4172. r1176 | joevenzon | 2006-08-03 20:24:29 -0700 (Thu, 03 Aug 2006) | 3 lines
  4173.  
  4174. Added hand-brake control.
  4175.  
  4176.  
  4177. ------------------------------------------------------------------------
  4178. r1175 | thelusiv | 2006-08-03 00:39:31 -0700 (Thu, 03 Aug 2006) | 2 lines
  4179.  
  4180. Adding back car_list and track_list files for users who choose to run VDrift without installing.
  4181.  
  4182. ------------------------------------------------------------------------
  4183. r1174 | thelusiv | 2006-08-03 00:37:19 -0700 (Thu, 03 Aug 2006) | 2 lines
  4184.  
  4185. Found a bug: when playing a replay and changing display options, it would put you back at the main menu, instead of the in-game options menu. This made it impossible to unpause the replay. Fixed.
  4186.  
  4187. ------------------------------------------------------------------------
  4188. r1173 | thelusiv | 2006-08-02 23:19:36 -0700 (Wed, 02 Aug 2006) | 2 lines
  4189.  
  4190. Patch from forum user ladybirdman which fixes gcc4 support!
  4191.  
  4192. ------------------------------------------------------------------------
  4193. r1172 | joevenzon | 2006-08-01 17:14:51 -0700 (Tue, 01 Aug 2006) | 3 lines
  4194.  
  4195. Updated with a couple of ideas from the forums....
  4196.  
  4197.  
  4198. ------------------------------------------------------------------------
  4199. r1169 | kcid | 2006-07-30 13:31:26 -0700 (Sun, 30 Jul 2006) | 1 line
  4200.  
  4201. Updated the M3 grill and added another texture.
  4202. ------------------------------------------------------------------------
  4203. r1168 | thelusiv | 2006-07-27 13:32:42 -0700 (Thu, 27 Jul 2006) | 2 lines
  4204.  
  4205. Fixed a bug (missing brackets) found by che
  4206.  
  4207. ------------------------------------------------------------------------
  4208. r1167 | alexr | 2006-07-27 09:42:44 -0700 (Thu, 27 Jul 2006) | 3 lines
  4209.  
  4210. set depth buffer to 16bpp. add debugging code to catch fpe exceptions
  4211. (disabled by default).
  4212.  
  4213. ------------------------------------------------------------------------
  4214. r1164 | thelusiv | 2006-07-26 20:07:11 -0700 (Wed, 26 Jul 2006) | 2 lines
  4215.  
  4216. Deleted a pointless blank line.
  4217.  
  4218. ------------------------------------------------------------------------
  4219. r1163 | alexr | 2006-07-26 18:29:35 -0700 (Wed, 26 Jul 2006) | 2 lines
  4220.  
  4221. don't take the square root of a negative number.
  4222.  
  4223. ------------------------------------------------------------------------
  4224. r1162 | alexr | 2006-07-26 10:02:25 -0700 (Wed, 26 Jul 2006) | 2 lines
  4225.  
  4226. fixed typo
  4227.  
  4228. ------------------------------------------------------------------------
  4229. r1161 | alexr | 2006-07-26 10:01:35 -0700 (Wed, 26 Jul 2006) | 2 lines
  4230.  
  4231. track updates
  4232.  
  4233. ------------------------------------------------------------------------
  4234. r1160 | thelusiv | 2006-07-25 10:49:46 -0700 (Tue, 25 Jul 2006) | 2 lines
  4235.  
  4236. Adding some things including architecture-specific compilation option. Now use "scons arch=a64" to compile optimized for Athlon 64, or "scons arch=axp" optimized for Athlon XP. arch=p4 is available for pentium4 and the default value for arch is x86 (same behavior as before).
  4237.  
  4238. ------------------------------------------------------------------------
  4239. r1159 | alexr | 2006-07-24 19:42:07 -0700 (Mon, 24 Jul 2006) | 2 lines
  4240.  
  4241. forgot to check in some files
  4242.  
  4243. ------------------------------------------------------------------------
  4244. r1158 | alexr | 2006-07-24 17:53:08 -0700 (Mon, 24 Jul 2006) | 2 lines
  4245.  
  4246. circuit de pau screenshot.
  4247.  
  4248. ------------------------------------------------------------------------
  4249. r1157 | alexr | 2006-07-24 17:52:12 -0700 (Mon, 24 Jul 2006) | 2 lines
  4250.  
  4251. install pau screenshot
  4252.  
  4253. ------------------------------------------------------------------------
  4254. r1156 | alexr | 2006-07-24 17:51:30 -0700 (Mon, 24 Jul 2006) | 3 lines
  4255.  
  4256. circuit de pau. (initial release)
  4257. converted from racer track.
  4258.  
  4259. ------------------------------------------------------------------------
  4260. r1155 | joevenzon | 2006-07-12 18:26:03 -0700 (Wed, 12 Jul 2006) | 3 lines
  4261.  
  4262. A display change now always reloads textures.
  4263.  
  4264.  
  4265. ------------------------------------------------------------------------
  4266. r1154 | abs1nth | 2006-07-11 12:19:52 -0700 (Tue, 11 Jul 2006) | 2 lines
  4267.  
  4268. update mac files for new release and update xcode deployment scripts for minimal and full disk-images
  4269.  
  4270. ------------------------------------------------------------------------
  4271. r1153 | nathan | 2006-07-10 03:50:28 -0700 (Mon, 10 Jul 2006) | 2 lines
  4272.  
  4273. fixing windows icons
  4274.  
  4275. ------------------------------------------------------------------------
  4276. r1152 | nathan | 2006-07-09 14:02:33 -0700 (Sun, 09 Jul 2006) | 3 lines
  4277.  
  4278. Fix for non NLS builds
  4279. Fix for Win installer
  4280. Version bump for win
  4281. ------------------------------------------------------------------------
  4282. r1150 | thelusiv | 2006-07-08 16:03:12 -0700 (Sat, 08 Jul 2006) | 2 lines
  4283.  
  4284. Finally done, hopefully
  4285.  
  4286. ------------------------------------------------------------------------
  4287. r1149 | thelusiv | 2006-07-08 15:44:36 -0700 (Sat, 08 Jul 2006) | 2 lines
  4288.  
  4289. Adding a warning in a fake data/SConscript file for users without data packages yet. Updated apspec for today's date as release version. Added some include files to the include/SConscript.
  4290.  
  4291. ------------------------------------------------------------------------
  4292. r1148 | thelusiv | 2006-07-08 15:10:14 -0700 (Sat, 08 Jul 2006) | 2 lines
  4293.  
  4294. Updating minimal/full data setups
  4295.  
  4296. ------------------------------------------------------------------------
  4297. r1147 | nathan | 2006-07-07 14:31:24 -0700 (Fri, 07 Jul 2006) | 1 line
  4298.  
  4299. fox for i18n with autopackage
  4300. ------------------------------------------------------------------------
  4301. r1146 | alexr | 2006-07-07 10:11:37 -0700 (Fri, 07 Jul 2006) | 2 lines
  4302.  
  4303. fix installation of data files (use InstallAs)
  4304.  
  4305. ------------------------------------------------------------------------
  4306. r1145 | kcid | 2006-07-07 00:39:39 -0700 (Fri, 07 Jul 2006) | 1 line
  4307.  
  4308. Updated the FF textures
  4309. ------------------------------------------------------------------------
  4310. r1144 | thelusiv | 2006-07-06 20:00:58 -0700 (Thu, 06 Jul 2006) | 2 lines
  4311.  
  4312. Removed a bunch of useless files, moved autopackage tools to their own dir, added a minimal data install option (scons minimal=1) tweaked autopackage exactly how I want it, it properly installs desktop entries with icons and all that loveliness.
  4313.  
  4314. ------------------------------------------------------------------------
  4315. r1143 | thelusiv | 2006-07-06 19:15:28 -0700 (Thu, 06 Jul 2006) | 2 lines
  4316.  
  4317. A little change to fix the icon...
  4318.  
  4319. ------------------------------------------------------------------------
  4320. r1142 | thelusiv | 2006-07-06 17:03:34 -0700 (Thu, 06 Jul 2006) | 2 lines
  4321.  
  4322. Some more modifications to autopackage setup.
  4323.  
  4324. ------------------------------------------------------------------------
  4325. r1141 | nathan | 2006-07-06 14:37:57 -0700 (Thu, 06 Jul 2006) | 2 lines
  4326.  
  4327. Last autopackage changes
  4328.  
  4329. ------------------------------------------------------------------------
  4330. r1140 | thelusiv | 2006-07-06 13:19:58 -0700 (Thu, 06 Jul 2006) | 2 lines
  4331.  
  4332. More updates to apspec. Now installs [more] properly to ~/.local or system-wide.
  4333.  
  4334. ------------------------------------------------------------------------
  4335. r1139 | thelusiv | 2006-07-06 04:46:56 -0700 (Thu, 06 Jul 2006) | 2 lines
  4336.  
  4337. Loosening paths in autopackage spec file.
  4338.  
  4339. ------------------------------------------------------------------------
  4340. r1138 | thelusiv | 2006-07-06 00:58:59 -0700 (Thu, 06 Jul 2006) | 2 lines
  4341.  
  4342. Fixed a lot of things so that the autopackage would build correctly. Clean install from autopackage now works for me.
  4343.  
  4344. ------------------------------------------------------------------------
  4345. r1137 | joevenzon | 2006-07-05 18:37:34 -0700 (Wed, 05 Jul 2006) | 4 lines
  4346.  
  4347. Checked in fixed up engine sounds from 
  4348. http://vdrift.net/Forum/viewtopic.php?p=1481
  4349.  
  4350.  
  4351. ------------------------------------------------------------------------
  4352. r1136 | thelusiv | 2006-07-05 18:23:54 -0700 (Wed, 05 Jul 2006) | 2 lines
  4353.  
  4354. Split BinReloc support off into its own scons option.
  4355.  
  4356. ------------------------------------------------------------------------
  4357. r1135 | alexr | 2006-07-05 14:07:54 -0700 (Wed, 05 Jul 2006) | 2 lines
  4358.  
  4359. install lemans track. disable mipmapping and lighting for treshad texture.
  4360.  
  4361. ------------------------------------------------------------------------
  4362. r1134 | joevenzon | 2006-07-05 06:30:41 -0700 (Wed, 05 Jul 2006) | 4 lines
  4363.  
  4364. Updated engine sound with the one martin provided in 
  4365. http://vdrift.net/Forum/viewtopic.php?t=262
  4366.  
  4367.  
  4368. ------------------------------------------------------------------------
  4369. r1133 | joevenzon | 2006-07-04 14:18:29 -0700 (Tue, 04 Jul 2006) | 3 lines
  4370.  
  4371. Keeping my version in sync with SVN.
  4372.  
  4373.  
  4374. ------------------------------------------------------------------------
  4375. r1132 | thelusiv | 2006-07-04 13:40:32 -0700 (Tue, 04 Jul 2006) | 2 lines
  4376.  
  4377. Completely changed the way data directory is handled. Now the game has BinReloc support so autopackaging will be easier. Un-broke scons install. BinReloc is turned on by using scons apbuild=1
  4378.  
  4379. ------------------------------------------------------------------------
  4380. r1131 | thelusiv | 2006-06-30 08:40:05 -0700 (Fri, 30 Jun 2006) | 2 lines
  4381.  
  4382. Checking in alex25's Le Mans track conversion plus some track shots for the menus. Thanks again Alex!
  4383.  
  4384. ------------------------------------------------------------------------
  4385. r1130 | thelusiv | 2006-06-29 12:17:14 -0700 (Thu, 29 Jun 2006) | 2 lines
  4386.  
  4387. more defaults tweaking, trying to get rid of gray line on bottom of timerbox texture
  4388.  
  4389. ------------------------------------------------------------------------
  4390. r1129 | kcid | 2006-06-28 14:07:53 -0700 (Wed, 28 Jun 2006) | 1 line
  4391.  
  4392. Added a BMW M3 e30 made by FlashG from smcars.net
  4393. ------------------------------------------------------------------------
  4394. r1128 | joevenzon | 2006-06-27 19:28:38 -0700 (Tue, 27 Jun 2006) | 3 lines
  4395.  
  4396. More tweaking to spa.
  4397.  
  4398.  
  4399. ------------------------------------------------------------------------
  4400. r1127 | thelusiv | 2006-06-26 20:52:46 -0700 (Mon, 26 Jun 2006) | 2 lines
  4401.  
  4402. Changing fall-back values for track and car to items actually in the game, made a fence in zandvoort transparent
  4403.  
  4404. ------------------------------------------------------------------------
  4405. r1126 | joevenzon | 2006-06-26 20:39:42 -0700 (Mon, 26 Jun 2006) | 3 lines
  4406.  
  4407. Fixed car saving.  Also started from scratch on Spa, still more to do.
  4408.  
  4409.  
  4410. ------------------------------------------------------------------------
  4411. r1125 | thelusiv | 2006-06-26 19:53:43 -0700 (Mon, 26 Jun 2006) | 2 lines
  4412.  
  4413. Reordering tracks, added track shots for zandvoort and brands.
  4414.  
  4415. ------------------------------------------------------------------------
  4416. r1124 | joevenzon | 2006-06-26 17:57:14 -0700 (Mon, 26 Jun 2006) | 3 lines
  4417.  
  4418. Cleaned up brands and zandvoort, removed fog from skyboxes.
  4419.  
  4420.  
  4421. ------------------------------------------------------------------------
  4422. r1123 | thelusiv | 2006-06-26 15:54:59 -0700 (Mon, 26 Jun 2006) | 2 lines
  4423.  
  4424. Removed some more strange printouts, changed a few more things in default VDrift.config, added two new tracks made by alex25, zandvoort and brands (thanks Alex!)
  4425.  
  4426. ------------------------------------------------------------------------
  4427. r1122 | thelusiv | 2006-06-26 00:08:55 -0700 (Mon, 26 Jun 2006) | 2 lines
  4428.  
  4429. Removed some pointless printouts from settings.cpp (like complaining about conflicting versions), updated default VDrift.config, disabled some options in the menus that don't do anything.
  4430.  
  4431. ------------------------------------------------------------------------
  4432. r1121 | thelusiv | 2006-06-25 22:15:35 -0700 (Sun, 25 Jun 2006) | 2 lines
  4433.  
  4434. Added an option for anisotropic filtering to the display options menu (currently disabled, doesn't do anything)
  4435.  
  4436. ------------------------------------------------------------------------
  4437. r1120 | thelusiv | 2006-06-25 22:03:29 -0700 (Sun, 25 Jun 2006) | 2 lines
  4438.  
  4439. Fixed crash when starting replay but none has been recorded, added an error page to let the user know.
  4440.  
  4441. ------------------------------------------------------------------------
  4442. r1119 | joevenzon | 2006-06-25 21:48:36 -0700 (Sun, 25 Jun 2006) | 3 lines
  4443.  
  4444. Replay now selects the correct car.
  4445.  
  4446.  
  4447. ------------------------------------------------------------------------
  4448. r1118 | joevenzon | 2006-06-25 21:25:11 -0700 (Sun, 25 Jun 2006) | 3 lines
  4449.  
  4450. Added better error handling to replay playing.
  4451.  
  4452.  
  4453. ------------------------------------------------------------------------
  4454. r1117 | joevenzon | 2006-06-25 21:17:12 -0700 (Sun, 25 Jun 2006) | 3 lines
  4455.  
  4456. Added some debug info to the NaN messages.
  4457.  
  4458.  
  4459. ------------------------------------------------------------------------
  4460. r1116 | thelusiv | 2006-06-25 21:08:44 -0700 (Sun, 25 Jun 2006) | 2 lines
  4461.  
  4462. un-half-fixed/sorta-re-broke spinning car so it works like before
  4463.  
  4464. ------------------------------------------------------------------------
  4465. r1115 | joevenzon | 2006-06-25 20:49:23 -0700 (Sun, 25 Jun 2006) | 4 lines
  4466.  
  4467. Revised textures class to try to eliminate periodic loading bugs.  Added 
  4468. timer markers to all tracks except weekend drive.  Fixed CO wobble.
  4469.  
  4470.  
  4471. ------------------------------------------------------------------------
  4472. r1114 | joevenzon | 2006-06-25 19:24:19 -0700 (Sun, 25 Jun 2006) | 3 lines
  4473.  
  4474. Removed the duplicate objects from list.txt
  4475.  
  4476.  
  4477. ------------------------------------------------------------------------
  4478. r1113 | kcid | 2006-06-25 14:24:20 -0700 (Sun, 25 Jun 2006) | 1 line
  4479.  
  4480. added a texture to the FF
  4481. ------------------------------------------------------------------------
  4482. r1112 | kcid | 2006-06-25 14:21:19 -0700 (Sun, 25 Jun 2006) | 1 line
  4483.  
  4484.  
  4485. ------------------------------------------------------------------------
  4486. r1111 | kcid | 2006-06-25 13:58:46 -0700 (Sun, 25 Jun 2006) | 1 line
  4487.  
  4488. Updated the AX2, CO and SB
  4489. ------------------------------------------------------------------------
  4490. r1110 | kcid | 2006-06-25 12:13:52 -0700 (Sun, 25 Jun 2006) | 1 line
  4491.  
  4492. fixed mistake with the CO
  4493. ------------------------------------------------------------------------
  4494. r1109 | kcid | 2006-06-25 12:05:40 -0700 (Sun, 25 Jun 2006) | 1 line
  4495.  
  4496. Updated the CO model and interoir and textures.
  4497. ------------------------------------------------------------------------
  4498. r1108 | kcid | 2006-06-25 08:51:10 -0700 (Sun, 25 Jun 2006) | 1 line
  4499.  
  4500. Updated the MI interior and exterior
  4501. ------------------------------------------------------------------------
  4502. r1107 | kcid | 2006-06-25 06:43:03 -0700 (Sun, 25 Jun 2006) | 1 line
  4503.  
  4504. Updated the TL model a bit and included more MC textures.
  4505. ------------------------------------------------------------------------
  4506. r1106 | nathan | 2006-06-25 06:32:07 -0700 (Sun, 25 Jun 2006) | 2 lines
  4507.  
  4508. win32 compile fixes
  4509. version bump to 25-06
  4510. ------------------------------------------------------------------------
  4511. r1105 | kcid | 2006-06-25 03:10:14 -0700 (Sun, 25 Jun 2006) | 1 line
  4512.  
  4513. Updated the XG textures and included brakelights for all cars.
  4514. ------------------------------------------------------------------------
  4515. r1104 | joevenzon | 2006-06-24 12:17:23 -0700 (Sat, 24 Jun 2006) | 4 lines
  4516.  
  4517. The last lap time now resets properly when loading a new game.  The lap 
  4518. timer now works properly for replay viewing.
  4519.  
  4520.  
  4521. ------------------------------------------------------------------------
  4522. r1103 | joevenzon | 2006-06-24 11:58:13 -0700 (Sat, 24 Jun 2006) | 3 lines
  4523.  
  4524. Increased T73 braking, removed debugging messages from track.cpp.
  4525.  
  4526.  
  4527. ------------------------------------------------------------------------
  4528. r1102 | joevenzon | 2006-06-24 11:40:31 -0700 (Sat, 24 Jun 2006) | 6 lines
  4529.  
  4530. Added a new card info class.  Just for giggles, it prints out its data 
  4531. on startup.  Also, again for giggles, I've got it set up to enable 
  4532. maximum anisotropy, which makes textures look wayyy better when viewed 
  4533. edge on (like when driving on a road).
  4534.  
  4535.  
  4536. ------------------------------------------------------------------------
  4537. r1101 | joevenzon | 2006-06-24 10:34:43 -0700 (Sat, 24 Jun 2006) | 4 lines
  4538.  
  4539. Fixed a long standing bug regarding collision sorting.  Bug is fixed and 
  4540. all optimizations are now in place.
  4541.  
  4542.  
  4543. ------------------------------------------------------------------------
  4544. r1100 | kcid | 2006-06-23 07:52:31 -0700 (Fri, 23 Jun 2006) | 1 line
  4545.  
  4546. Build a interior for the MI.
  4547. ------------------------------------------------------------------------
  4548. r1099 | kcid | 2006-06-22 13:04:21 -0700 (Thu, 22 Jun 2006) | 1 line
  4549.  
  4550. The FF now has a modified body and a interior.
  4551. ------------------------------------------------------------------------
  4552. r1098 | kcid | 2006-06-22 10:24:45 -0700 (Thu, 22 Jun 2006) | 1 line
  4553.  
  4554. updated the FE .car file
  4555. ------------------------------------------------------------------------
  4556. r1097 | kcid | 2006-06-22 07:43:01 -0700 (Thu, 22 Jun 2006) | 1 line
  4557.  
  4558. Altered the MI and MC hinge. Also Altered allot of specs of the FF since I used the T73 as base it needed changing
  4559. ------------------------------------------------------------------------
  4560. r1096 | kcid | 2006-06-20 00:58:02 -0700 (Tue, 20 Jun 2006) | 1 line
  4561.  
  4562. Updated the MI with bumpers, lights etc.
  4563. ------------------------------------------------------------------------
  4564. r1095 | kcid | 2006-06-19 12:33:41 -0700 (Mon, 19 Jun 2006) | 1 line
  4565.  
  4566. Updated the MI settings, wheels, body, glass, collision and textures.
  4567. ------------------------------------------------------------------------
  4568. r1094 | kcid | 2006-06-19 06:56:55 -0700 (Mon, 19 Jun 2006) | 1 line
  4569.  
  4570. Included the MI in the list and scons files
  4571. ------------------------------------------------------------------------
  4572. r1093 | kcid | 2006-06-19 06:27:01 -0700 (Mon, 19 Jun 2006) | 1 line
  4573.  
  4574. Added a new car, the old mini cooper s. Not yet finished but this way I can test it.
  4575. ------------------------------------------------------------------------
  4576. r1092 | joevenzon | 2006-06-17 11:02:22 -0700 (Sat, 17 Jun 2006) | 4 lines
  4577.  
  4578. Temporarily reverted to old collision scheme due to some problems on 
  4579. Monza.
  4580.  
  4581.  
  4582. ------------------------------------------------------------------------
  4583. r1091 | joevenzon | 2006-06-17 10:49:17 -0700 (Sat, 17 Jun 2006) | 3 lines
  4584.  
  4585. Tracks without lap timing no longer crash.
  4586.  
  4587.  
  4588. ------------------------------------------------------------------------
  4589. r1090 | kcid | 2006-06-17 08:50:17 -0700 (Sat, 17 Jun 2006) | 1 line
  4590.  
  4591. A new car, named FF (formula ford, smallest formula class). Enjoy
  4592. ------------------------------------------------------------------------
  4593. r1089 | nathan | 2006-06-13 06:36:59 -0700 (Tue, 13 Jun 2006) | 2 lines
  4594.  
  4595. Make prefix in SCons* more as in Autoconf
  4596.  
  4597. ------------------------------------------------------------------------
  4598. r1088 | kcid | 2006-06-12 03:39:48 -0700 (Mon, 12 Jun 2006) | 1 line
  4599.  
  4600. Updated a few collision boxes and added a texture color to the MC
  4601. ------------------------------------------------------------------------
  4602. r1087 | joevenzon | 2006-06-11 21:18:42 -0700 (Sun, 11 Jun 2006) | 3 lines
  4603.  
  4604. Best lap time now resets when a track is loaded.
  4605.  
  4606.  
  4607. ------------------------------------------------------------------------
  4608. r1086 | joevenzon | 2006-06-11 19:04:19 -0700 (Sun, 11 Jun 2006) | 4 lines
  4609.  
  4610. Added support for lap timing to the new track system (currently only 
  4611. monza has the timing areas assigned).
  4612.  
  4613.  
  4614. ------------------------------------------------------------------------
  4615. r1085 | matthew | 2006-06-11 13:11:57 -0700 (Sun, 11 Jun 2006) | 1 line
  4616.  
  4617. Added cache=no to build of debian package.
  4618. ------------------------------------------------------------------------
  4619. r1084 | matthew | 2006-06-11 13:11:14 -0700 (Sun, 11 Jun 2006) | 1 line
  4620.  
  4621. Add option not to cache build options.
  4622. ------------------------------------------------------------------------
  4623. r1083 | joevenzon | 2006-06-10 07:59:24 -0700 (Sat, 10 Jun 2006) | 4 lines
  4624.  
  4625. Tried to improve collision response, failed, but was able to slightly 
  4626. improve collision performance.
  4627.  
  4628.  
  4629. ------------------------------------------------------------------------
  4630. r1082 | nathan | 2006-06-09 01:34:12 -0700 (Fri, 09 Jun 2006) | 2 lines
  4631.  
  4632. Fixing error in scons autopackage (wrong options saved to vdrift.conf)
  4633.  
  4634. ------------------------------------------------------------------------
  4635. r1081 | joevenzon | 2006-06-07 19:42:58 -0700 (Wed, 07 Jun 2006) | 3 lines
  4636.  
  4637. Optimizations to collision routines.
  4638.  
  4639.  
  4640. ------------------------------------------------------------------------
  4641. r1080 | thelusiv | 2006-06-06 23:10:29 -0700 (Tue, 06 Jun 2006) | 2 lines
  4642.  
  4643. Split Widget and Page classes off into their own files. Updated SConscripts to refelect. Modified handling of TC a little.
  4644.  
  4645. ------------------------------------------------------------------------
  4646. r1079 | joevenzon | 2006-06-06 17:31:51 -0700 (Tue, 06 Jun 2006) | 3 lines
  4647.  
  4648. Tried to address NaN problem.
  4649.  
  4650.  
  4651. ------------------------------------------------------------------------
  4652. r1078 | nathan | 2006-06-04 11:14:11 -0700 (Sun, 04 Jun 2006) | 4 lines
  4653.  
  4654. Update po generation, added a localedir
  4655. Adding some string in main.cpp
  4656. Updates autopackage
  4657.  
  4658. ------------------------------------------------------------------------
  4659. r1077 | thelusiv | 2006-06-04 09:40:01 -0700 (Sun, 04 Jun 2006) | 2 lines
  4660.  
  4661. Reverted po files to older ones that work
  4662.  
  4663. ------------------------------------------------------------------------
  4664. r1076 | nathan | 2006-06-04 03:34:58 -0700 (Sun, 04 Jun 2006) | 2 lines
  4665.  
  4666. Fixing problems with SVN and updating .po files
  4667.  
  4668. ------------------------------------------------------------------------
  4669. r1075 | thelusiv | 2006-06-04 01:15:18 -0700 (Sun, 04 Jun 2006) | 2 lines
  4670.  
  4671. New track: Spa-Francorchamps.
  4672.  
  4673. ------------------------------------------------------------------------
  4674. r1074 | thelusiv | 2006-06-03 23:50:42 -0700 (Sat, 03 Jun 2006) | 2 lines
  4675.  
  4676. Added SConscripts for Monaco and Detroit, changed camber/caster/toe on TC.
  4677.  
  4678. ------------------------------------------------------------------------
  4679. r1073 | joevenzon | 2006-06-03 15:44:51 -0700 (Sat, 03 Jun 2006) | 4 lines
  4680.  
  4681. Monaco seems to mostly be working now.  Still a few issues with the 
  4682. shadow in the tunnel, but overall not bad.
  4683.  
  4684.  
  4685. ------------------------------------------------------------------------
  4686. r1072 | joevenzon | 2006-06-03 15:09:10 -0700 (Sat, 03 Jun 2006) | 5 lines
  4687.  
  4688. Added monaco track shot, tweaked some objects.
  4689.  
  4690. Also increased ambient light level.
  4691.  
  4692.  
  4693. ------------------------------------------------------------------------
  4694. r1071 | joevenzon | 2006-06-03 15:01:15 -0700 (Sat, 03 Jun 2006) | 3 lines
  4695.  
  4696. Added Monaco.  Still needs a little work.
  4697.  
  4698.  
  4699. ------------------------------------------------------------------------
  4700. r1070 | joevenzon | 2006-06-03 11:40:31 -0700 (Sat, 03 Jun 2006) | 3 lines
  4701.  
  4702. Added detroit track, fixed some bugs with the new object blending mode.
  4703.  
  4704.  
  4705. ------------------------------------------------------------------------
  4706. r1069 | joevenzon | 2006-06-02 19:00:05 -0700 (Fri, 02 Jun 2006) | 3 lines
  4707.  
  4708. Added blended shadows to Road Atlanta.
  4709.  
  4710.  
  4711. ------------------------------------------------------------------------
  4712. r1068 | joevenzon | 2006-06-02 18:53:59 -0700 (Fri, 02 Jun 2006) | 3 lines
  4713.  
  4714. Laguna Seca blended shadows added.
  4715.  
  4716.  
  4717. ------------------------------------------------------------------------
  4718. r1067 | joevenzon | 2006-06-02 18:30:53 -0700 (Fri, 02 Jun 2006) | 3 lines
  4719.  
  4720. Added support for blended objects (last rev) and made monza use them.
  4721.  
  4722.  
  4723. ------------------------------------------------------------------------
  4724. r1066 | joevenzon | 2006-06-02 18:19:15 -0700 (Fri, 02 Jun 2006) | 3 lines
  4725.  
  4726. Cleanup up Monza Circuit.
  4727.  
  4728.  
  4729. ------------------------------------------------------------------------
  4730. r1065 | thelusiv | 2006-06-01 05:18:29 -0700 (Thu, 01 Jun 2006) | 2 lines
  4731.  
  4732. Updated XG's camber/caster settings to equal those in the XS so it will no longer wobble at high speeds.
  4733.  
  4734. ------------------------------------------------------------------------
  4735. r1064 | kcid | 2006-05-31 13:46:13 -0700 (Wed, 31 May 2006) | 1 line
  4736.  
  4737. Updated the XG body some more and added more texture colors.
  4738. ------------------------------------------------------------------------
  4739. r1063 | nathan | 2006-05-31 07:15:43 -0700 (Wed, 31 May 2006) | 1 line
  4740.  
  4741. Fix for non NLS builds
  4742. ------------------------------------------------------------------------
  4743. r1062 | kcid | 2006-05-31 07:06:05 -0700 (Wed, 31 May 2006) | 1 line
  4744.  
  4745. Updated the XG model to look allot better and smooth.
  4746. ------------------------------------------------------------------------
  4747. r1061 | thelusiv | 2006-05-30 22:24:05 -0700 (Tue, 30 May 2006) | 2 lines
  4748.  
  4749. Adding Replays menu (not yet functional - crashes VDrift!), added Record Game option to Practice Game menu (doesn't work yet either - but doesn't cause crashes). Added some SConscripts and updates to other SConscripts.
  4750.  
  4751. ------------------------------------------------------------------------
  4752. r1060 | joevenzon | 2006-05-30 22:05:03 -0700 (Tue, 30 May 2006) | 3 lines
  4753.  
  4754. Monza is sort of drive-able, still needs a lot of work.
  4755.  
  4756.  
  4757. ------------------------------------------------------------------------
  4758. r1059 | joevenzon | 2006-05-30 21:59:42 -0700 (Tue, 30 May 2006) | 3 lines
  4759.  
  4760. Fixed object properties.
  4761.  
  4762.  
  4763. ------------------------------------------------------------------------
  4764. r1058 | joevenzon | 2006-05-30 21:59:21 -0700 (Tue, 30 May 2006) | 3 lines
  4765.  
  4766. Added about text for monza.
  4767.  
  4768.  
  4769. ------------------------------------------------------------------------
  4770. r1057 | joevenzon | 2006-05-30 21:55:07 -0700 (Tue, 30 May 2006) | 3 lines
  4771.  
  4772. Added Monza Circuit.
  4773.  
  4774.  
  4775. ------------------------------------------------------------------------
  4776. r1056 | nathan | 2006-05-30 12:51:08 -0700 (Tue, 30 May 2006) | 3 lines
  4777.  
  4778. Vdrift can be translated now
  4779. Added a nl (Dutch) translation
  4780.  
  4781. ------------------------------------------------------------------------
  4782. r1055 | kcid | 2006-05-30 10:23:00 -0700 (Tue, 30 May 2006) | 1 line
  4783.  
  4784. updated the XG gear ratio's
  4785. ------------------------------------------------------------------------
  4786. r1054 | thelusiv | 2006-05-29 21:49:59 -0700 (Mon, 29 May 2006) | 2 lines
  4787.  
  4788. Adding new track files to SCons install system.
  4789.  
  4790. ------------------------------------------------------------------------
  4791. r1053 | joevenzon | 2006-05-29 21:22:35 -0700 (Mon, 29 May 2006) | 3 lines
  4792.  
  4793. Added the "Weekend Drive" track.
  4794.  
  4795.  
  4796. ------------------------------------------------------------------------
  4797. r1052 | kcid | 2006-05-29 12:07:31 -0700 (Mon, 29 May 2006) | 1 line
  4798.  
  4799. Added a new car. The M7 (Mazda RX7). Please look over the suspension settings. The interior will be more textured in the upcoming days. The model will also be more refined. Enjoy.
  4800. ------------------------------------------------------------------------
  4801. r1051 | joevenzon | 2006-05-29 10:37:57 -0700 (Mon, 29 May 2006) | 4 lines
  4802.  
  4803. Adjusted mipmapping on Laguna Seca start grid.  Also added a 
  4804. visualization of force feedback to the fuel gauge.
  4805.  
  4806.  
  4807. ------------------------------------------------------------------------
  4808. r1050 | joevenzon | 2006-05-29 00:21:52 -0700 (Mon, 29 May 2006) | 3 lines
  4809.  
  4810. Added a way to visualize force feedback.
  4811.  
  4812.  
  4813. ------------------------------------------------------------------------
  4814. r1049 | joevenzon | 2006-05-28 23:48:06 -0700 (Sun, 28 May 2006) | 3 lines
  4815.  
  4816. Tweaked T73 brake power.
  4817.  
  4818.  
  4819. ------------------------------------------------------------------------
  4820. r1048 | joevenzon | 2006-05-28 14:08:52 -0700 (Sun, 28 May 2006) | 3 lines
  4821.  
  4822. Fixed lagunaseca track selection shot name.
  4823.  
  4824.  
  4825. ------------------------------------------------------------------------
  4826. r1047 | joevenzon | 2006-05-28 14:07:51 -0700 (Sun, 28 May 2006) | 4 lines
  4827.  
  4828. Added a track option to cull backfaces or not, added lagunaseca track 
  4829. selection image (name correction to follow).
  4830.  
  4831.  
  4832. ------------------------------------------------------------------------
  4833. r1046 | joevenzon | 2006-05-28 13:35:40 -0700 (Sun, 28 May 2006) | 3 lines
  4834.  
  4835. Finished up Leguna Seca.
  4836.  
  4837.  
  4838. ------------------------------------------------------------------------
  4839. r1045 | joevenzon | 2006-05-28 12:06:24 -0700 (Sun, 28 May 2006) | 3 lines
  4840.  
  4841. Added a Laguna Seca track.  Still in work.
  4842.  
  4843.  
  4844. ------------------------------------------------------------------------
  4845. r1044 | kcid | 2006-05-28 07:26:04 -0700 (Sun, 28 May 2006) | 1 line
  4846.  
  4847. Updated the TC wheel model and textures to look better and included another body texture.
  4848. ------------------------------------------------------------------------
  4849. r1043 | nathan | 2006-05-27 11:53:07 -0700 (Sat, 27 May 2006) | 3 lines
  4850.  
  4851. scons autopackage builds the autopackage now
  4852.  
  4853.  
  4854. ------------------------------------------------------------------------
  4855. r1042 | thelusiv | 2006-05-27 10:56:47 -0700 (Sat, 27 May 2006) | 2 lines
  4856.  
  4857. Adding some new build options to aid building on Fedora.
  4858.  
  4859. ------------------------------------------------------------------------
  4860. r1041 | kcid | 2006-05-26 07:23:57 -0700 (Fri, 26 May 2006) | 1 line
  4861.  
  4862. Included a new car. The RG (Renault 12 Gordini from 1974). Only a dash is not yet included.
  4863. ------------------------------------------------------------------------
  4864. r1040 | matthew | 2006-05-25 20:33:30 -0700 (Thu, 25 May 2006) | 1 line
  4865.  
  4866. Changed argv and argc to use an std::vector.
  4867. ------------------------------------------------------------------------
  4868. r1039 | matthew | 2006-05-25 20:25:17 -0700 (Thu, 25 May 2006) | 1 line
  4869.  
  4870. Slight init code refactor and added INIT_ERROR exception.
  4871. ------------------------------------------------------------------------
  4872. r1038 | matthew | 2006-05-25 19:54:08 -0700 (Thu, 25 May 2006) | 1 line
  4873.  
  4874. Undo some accdientail changes.
  4875. ------------------------------------------------------------------------
  4876. r1037 | matthew | 2006-05-25 19:52:06 -0700 (Thu, 25 May 2006) | 1 line
  4877.  
  4878. Added VDrift::EXCEPTION class.
  4879. ------------------------------------------------------------------------
  4880. r1036 | kcid | 2006-05-24 01:27:18 -0700 (Wed, 24 May 2006) | 1 line
  4881.  
  4882. Included a interior for the GT and 3S. Also adjusted the driver view in the .car files.
  4883. ------------------------------------------------------------------------
  4884. r1035 | joevenzon | 2006-05-22 20:21:10 -0700 (Mon, 22 May 2006) | 3 lines
  4885.  
  4886. More fiddling with reflection maps.
  4887.  
  4888.  
  4889. ------------------------------------------------------------------------
  4890. r1034 | joevenzon | 2006-05-22 19:10:42 -0700 (Mon, 22 May 2006) | 3 lines
  4891.  
  4892. Fixed reflection textures for medium/small texture sizes.
  4893.  
  4894.  
  4895. ------------------------------------------------------------------------
  4896. r1033 | kcid | 2006-05-22 11:50:56 -0700 (Mon, 22 May 2006) | 1 line
  4897.  
  4898.  
  4899. ------------------------------------------------------------------------
  4900. r1032 | kcid | 2006-05-22 11:49:42 -0700 (Mon, 22 May 2006) | 1 line
  4901.  
  4902. Updated CO textures and driver view.
  4903. ------------------------------------------------------------------------
  4904. r1031 | kcid | 2006-05-22 05:40:53 -0700 (Mon, 22 May 2006) | 1 line
  4905.  
  4906. Updated the model with a dash. Textured the SB some more and also textured the wheels/tires. 
  4907. ------------------------------------------------------------------------
  4908. r1030 | kcid | 2006-05-22 02:10:45 -0700 (Mon, 22 May 2006) | 1 line
  4909.  
  4910. Updated the CO body, wheels and textures. Also updated the .car file mistakes, car is much more drivable now.
  4911. ------------------------------------------------------------------------
  4912. r1029 | abs1nth | 2006-05-21 12:10:02 -0700 (Sun, 21 May 2006) | 2 lines
  4913.  
  4914. convert yet another wav to stereo to prevent crashes
  4915.  
  4916. ------------------------------------------------------------------------
  4917. r1028 | kcid | 2006-05-21 11:02:08 -0700 (Sun, 21 May 2006) | 1 line
  4918.  
  4919. Included the MC
  4920. ------------------------------------------------------------------------
  4921. r1027 | kcid | 2006-05-21 11:01:43 -0700 (Sun, 21 May 2006) | 1 line
  4922.  
  4923. Added a new car, the MC (mini cooper) and updated the FE car file, a mistake in the gears solved.
  4924. ------------------------------------------------------------------------
  4925. r1026 | joevenzon | 2006-05-20 15:46:25 -0700 (Sat, 20 May 2006) | 3 lines
  4926.  
  4927. Tweaked shadows, reflection mapping (makes cars look a bit better).
  4928.  
  4929.  
  4930. ------------------------------------------------------------------------
  4931. r1025 | joevenzon | 2006-05-19 18:55:23 -0700 (Fri, 19 May 2006) | 4 lines
  4932.  
  4933. Added two speed sensitive steering modes.  On hi, it makes cars much 
  4934. easier to drive (and less responsive).
  4935.  
  4936.  
  4937. ------------------------------------------------------------------------
  4938. r1024 | joevenzon | 2006-05-18 21:01:46 -0700 (Thu, 18 May 2006) | 4 lines
  4939.  
  4940. addressed shadow fading, but shadows are now a bit too tall.  will fix 
  4941. later.
  4942.  
  4943.  
  4944. ------------------------------------------------------------------------
  4945. r1023 | joevenzon | 2006-05-18 20:02:03 -0700 (Thu, 18 May 2006) | 3 lines
  4946.  
  4947. Updated XS shadow textures
  4948.  
  4949.  
  4950. ------------------------------------------------------------------------
  4951. r1022 | joevenzon | 2006-05-18 19:59:37 -0700 (Thu, 18 May 2006) | 4 lines
  4952.  
  4953. Shadows are back!  And done more robustly.  Still a slight bug where if 
  4954. you're driving on a large flat polygon the shadow will fade in and out.
  4955.  
  4956.  
  4957. ------------------------------------------------------------------------
  4958. r1021 | abs1nth | 2006-05-18 09:58:41 -0700 (Thu, 18 May 2006) | 2 lines
  4959.  
  4960. switch mac-port to SDL-1.2.10
  4961.  
  4962. ------------------------------------------------------------------------
  4963. r1020 | kcid | 2006-05-17 07:33:56 -0700 (Wed, 17 May 2006) | 1 line
  4964.  
  4965. Updated the SB model and textures
  4966. ------------------------------------------------------------------------
  4967. r1019 | kcid | 2006-05-17 00:42:36 -0700 (Wed, 17 May 2006) | 1 line
  4968.  
  4969. Added rear lights and brake texture to the SB
  4970. ------------------------------------------------------------------------
  4971. r1018 | kcid | 2006-05-16 11:10:49 -0700 (Tue, 16 May 2006) | 1 line
  4972.  
  4973. new engine sound for the SB.
  4974. ------------------------------------------------------------------------
  4975. r1017 | kcid | 2006-05-16 10:43:41 -0700 (Tue, 16 May 2006) | 1 line
  4976.  
  4977. deleted the glass textures since the SB has no glass.
  4978. ------------------------------------------------------------------------
  4979. r1016 | kcid | 2006-05-16 07:23:54 -0700 (Tue, 16 May 2006) | 1 line
  4980.  
  4981. Added headlights to the SB.
  4982. ------------------------------------------------------------------------
  4983. r1015 | kcid | 2006-05-16 06:51:50 -0700 (Tue, 16 May 2006) | 3 lines
  4984.  
  4985. Added a new car, the SB (Sand Buggy). 
  4986. The interior is not yet finished and the textures aren't finished. The car settings are fictional so edit if you find it necessary.
  4987. Also modified the car file of the T73 for lighter braking, could still be better, but it's improved over the settings before.
  4988. ------------------------------------------------------------------------
  4989. r1014 | kcid | 2006-05-16 01:25:32 -0700 (Tue, 16 May 2006) | 1 line
  4990.  
  4991. Updated the AX2 textures.
  4992. ------------------------------------------------------------------------
  4993. r1013 | joevenzon | 2006-05-15 21:29:55 -0700 (Mon, 15 May 2006) | 3 lines
  4994.  
  4995. Tweaked slow-tire squeal code.
  4996.  
  4997.  
  4998. ------------------------------------------------------------------------
  4999. r1012 | joevenzon | 2006-05-15 21:07:28 -0700 (Mon, 15 May 2006) | 3 lines
  5000.  
  5001. Fixed low speed squeal bug.
  5002.  
  5003.  
  5004. ------------------------------------------------------------------------
  5005. r1011 | joevenzon | 2006-05-15 20:00:49 -0700 (Mon, 15 May 2006) | 3 lines
  5006.  
  5007. Fixed read order is settings to allow non-default data_dir locations.
  5008.  
  5009.  
  5010. ------------------------------------------------------------------------
  5011. r1010 | joevenzon | 2006-05-15 19:27:03 -0700 (Mon, 15 May 2006) | 3 lines
  5012.  
  5013. Original settings code (hack disabled).
  5014.  
  5015.  
  5016. ------------------------------------------------------------------------
  5017. r1009 | abs1nth | 2006-05-15 11:42:47 -0700 (Mon, 15 May 2006) | 2 lines
  5018.  
  5019. convert sound to stereo to prevent crashing in macosx's openal
  5020.  
  5021. ------------------------------------------------------------------------
  5022. r1008 | joevenzon | 2006-05-12 19:07:51 -0700 (Fri, 12 May 2006) | 4 lines
  5023.  
  5024. Hacked the GetParam string method to work, but it seems to be broken and 
  5025. needs to be fixed.
  5026.  
  5027.  
  5028. ------------------------------------------------------------------------
  5029. r1007 | thelusiv | 2006-05-11 12:45:15 -0700 (Thu, 11 May 2006) | 2 lines
  5030.  
  5031. Adding FE to car list and data/cars/SConscript. "Muffled" XG sound a little (but it still doesn't work). Modified XG.car to fix some problems.
  5032.  
  5033. ------------------------------------------------------------------------
  5034. r1006 | kcid | 2006-05-11 11:17:36 -0700 (Thu, 11 May 2006) | 1 line
  5035.  
  5036. Changed the car list file and sconscript for the FE car
  5037. ------------------------------------------------------------------------
  5038. r1005 | kcid | 2006-05-11 07:59:28 -0700 (Thu, 11 May 2006) | 1 line
  5039.  
  5040. Updated the TC and introducing a new car, the FE. It's a Ford Escort MKII rally.
  5041. ------------------------------------------------------------------------
  5042. r1004 | joevenzon | 2006-05-10 19:49:59 -0700 (Wed, 10 May 2006) | 4 lines
  5043.  
  5044. Experimenting with neurburgring grass texture.  Optimizations to object 
  5045. code.
  5046.  
  5047.  
  5048. ------------------------------------------------------------------------
  5049. r1003 | kcid | 2006-05-10 04:38:34 -0700 (Wed, 10 May 2006) | 1 line
  5050.  
  5051. Made more smooth parts in the XG
  5052. ------------------------------------------------------------------------
  5053. r1002 | abs1nth | 2006-05-05 16:56:15 -0700 (Fri, 05 May 2006) | 1 line
  5054.  
  5055. add new calibrate file to xcode project
  5056. ------------------------------------------------------------------------
  5057. r1001 | nathan | 2006-05-05 13:44:44 -0700 (Fri, 05 May 2006) | 3 lines
  5058.  
  5059. fixing win build
  5060. cleaned up the win build tool
  5061. updated the win installer (added some default controls, fixong sound)
  5062. ------------------------------------------------------------------------
  5063. r1000 | kcid | 2006-05-05 07:06:31 -0700 (Fri, 05 May 2006) | 1 line
  5064.  
  5065. Updated the scons scripts for te TL and AX2. Also updated the AX2 texture sizes. SVN commit 1000 :)
  5066. ------------------------------------------------------------------------
  5067. r999 | kcid | 2006-05-05 06:54:56 -0700 (Fri, 05 May 2006) | 1 line
  5068.  
  5069. updated the AX2 model. It now has better headlights.
  5070. ------------------------------------------------------------------------
  5071. r998 | kcid | 2006-05-05 06:42:58 -0700 (Fri, 05 May 2006) | 1 line
  5072.  
  5073. The first 4wd car it's a Toyota Celica ST185 rally edition. Enjoy. Interior textures are not yet finished.
  5074. ------------------------------------------------------------------------
  5075. r997 | thelusiv | 2006-05-04 23:56:07 -0700 (Thu, 04 May 2006) | 2 lines
  5076.  
  5077. Fixed several issues regarding in-game calibration. Fixed a bug where Calibrate widget didn't reset to the first joystick after use.
  5078.  
  5079. ------------------------------------------------------------------------
  5080. r996 | thelusiv | 2006-05-04 23:21:44 -0700 (Thu, 04 May 2006) | 2 lines
  5081.  
  5082. Fixed a bug in controlgrab where joystick controls were improperly loaded with their axis numbers equal to the joystick number. Fixed a bug in the gui where when OK was pressed in a menu, and that menu was returned to later, the OK button would still be selected and two tips would be displayed.
  5083.  
  5084. ------------------------------------------------------------------------
  5085. r995 | thelusiv | 2006-05-04 22:25:42 -0700 (Thu, 04 May 2006) | 2 lines
  5086.  
  5087. Fixed another crash in the calibration routine, caused by joystick selector wheel going out of range.
  5088.  
  5089. ------------------------------------------------------------------------
  5090. r994 | thelusiv | 2006-05-04 22:19:20 -0700 (Thu, 04 May 2006) | 2 lines
  5091.  
  5092. Fixed a bug causing calibration to crash game when no joysticks devices were present.
  5093.  
  5094. ------------------------------------------------------------------------
  5095. r993 | thelusiv | 2006-05-04 21:47:15 -0700 (Thu, 04 May 2006) | 2 lines
  5096.  
  5097. Set the Calibrate widget up to handle multiple joysticks by hooking it to a Wheel<int> widget. Added calibration textures for all texture sizes.
  5098.  
  5099. ------------------------------------------------------------------------
  5100. r992 | thelusiv | 2006-05-03 23:46:00 -0700 (Wed, 03 May 2006) | 2 lines
  5101.  
  5102. Added some text displaying the axis number during calibration. Added a blue box depicting the calibration area. Fixed a bug that caused calibration not to be written. Fixed a bug in controlgrab that caused more than three control settings not to be clickable. Added in-game joystick calibration menu.
  5103.  
  5104. ------------------------------------------------------------------------
  5105. r991 | thelusiv | 2006-05-03 20:53:58 -0700 (Wed, 03 May 2006) | 2 lines
  5106.  
  5107. The settings class now takes full advantage of the options.config file. All the available options are in there. In order to do this, some other classes' constructors had to be modified so that no settings were queried before the options file is parsed.
  5108.  
  5109. ------------------------------------------------------------------------
  5110. r990 | thelusiv | 2006-05-03 07:12:21 -0700 (Wed, 03 May 2006) | 2 lines
  5111.  
  5112. Fixed a bug where calibrate was ignored after another widget was selected. Now calibrate gets joystick data no matter what.
  5113.  
  5114. ------------------------------------------------------------------------
  5115. r989 | thelusiv | 2006-05-03 06:59:41 -0700 (Wed, 03 May 2006) | 2 lines
  5116.  
  5117. Fixed bug where joystick calibration didn't trigger the joystick to work again in the menus. This is not saved (unless you add calibrated = true under [joystick] in your config file) - this will be fixed soon.
  5118.  
  5119. ------------------------------------------------------------------------
  5120. r988 | thelusiv | 2006-05-03 06:12:23 -0700 (Wed, 03 May 2006) | 2 lines
  5121.  
  5122. Fixing a bug that won't let the calibration widget go down to 0
  5123.  
  5124. ------------------------------------------------------------------------
  5125. r987 | thelusiv | 2006-05-03 00:29:04 -0700 (Wed, 03 May 2006) | 2 lines
  5126.  
  5127. Finished the drawing code for the Calibrate widget, added a Reset and Save function so now this widget should properly set the calibrations.
  5128.  
  5129. ------------------------------------------------------------------------
  5130. r986 | thelusiv | 2006-05-02 20:59:00 -0700 (Tue, 02 May 2006) | 2 lines
  5131.  
  5132. The calibrate widget now correctly displays several axes as cursors moving around a single field representing the range of values.
  5133.  
  5134. ------------------------------------------------------------------------
  5135. r985 | matthew | 2006-05-02 18:18:22 -0700 (Tue, 02 May 2006) | 2 lines
  5136.  
  5137. Disable the SDL parachute if this is a debug build.
  5138.  
  5139. ------------------------------------------------------------------------
  5140. r984 | kcid | 2006-04-30 03:58:16 -0700 (Sun, 30 Apr 2006) | 2 lines
  5141.  
  5142. New car named XG (bmw 330 cxi) Not yet finished but wip.
  5143. Also a new set of wheels for the XG that can be used for other cars.
  5144. ------------------------------------------------------------------------
  5145. r983 | thelusiv | 2006-04-30 01:19:36 -0700 (Sun, 30 Apr 2006) | 2 lines
  5146.  
  5147. Beginning work on the Calibrate widget for joystick calibration. So far, it displays a sort of field where the joystick cursor moves around. 
  5148.  
  5149. ------------------------------------------------------------------------
  5150. r982 | kcid | 2006-04-28 07:31:22 -0700 (Fri, 28 Apr 2006) | 1 line
  5151.  
  5152. Better textures for the G4. Also lighter mb wise.
  5153. ------------------------------------------------------------------------
  5154. r981 | kcid | 2006-04-28 03:09:44 -0700 (Fri, 28 Apr 2006) | 1 line
  5155.  
  5156. Updated the G4 model with a seperate interior and texture and also added mirrors.
  5157. ------------------------------------------------------------------------
  5158. r980 | thelusiv | 2006-04-26 00:35:20 -0700 (Wed, 26 Apr 2006) | 2 lines
  5159.  
  5160. Oops, missed a line.
  5161.  
  5162. ------------------------------------------------------------------------
  5163. r979 | thelusiv | 2006-04-26 00:34:05 -0700 (Wed, 26 Apr 2006) | 2 lines
  5164.  
  5165. Added TEXTURE class, removed TEXTURENODE class, Rewrote 95% of the TEXTURES class to use an STL list<TEXTURE*> instead of a hand-written linked list. The positive side effect of this is (as I hoped) that VDrift no longer crashes when textures are reloaded.
  5166.  
  5167. ------------------------------------------------------------------------
  5168. r978 | thelusiv | 2006-04-25 13:04:30 -0700 (Tue, 25 Apr 2006) | 3 lines
  5169.  
  5170. Fixed a bug where, if the framerate counter was enabled when the game was started, the counter would not be displayed until
  5171. entering the display options menu and pressing OK. Now the fps counter is on when the game starts if enabled then. Also added Music Volume to options.config, and replaced the data in the menu for the music volume sliders with a reference to this.
  5172.  
  5173. ------------------------------------------------------------------------
  5174. r977 | kcid | 2006-04-25 02:15:01 -0700 (Tue, 25 Apr 2006) | 1 line
  5175.  
  5176.  
  5177. ------------------------------------------------------------------------
  5178. r976 | abs1nth | 2006-04-24 12:15:33 -0700 (Mon, 24 Apr 2006) | 2 lines
  5179.  
  5180. convert TL/engine.wav to Stereo to prevent crashes in Mac OS X's stupid OpenAL implementation
  5181.  
  5182. ------------------------------------------------------------------------
  5183. r975 | thelusiv | 2006-04-24 02:26:42 -0700 (Mon, 24 Apr 2006) | 2 lines
  5184.  
  5185. Fixed a little bug that caused pressing escape in the menu not work correctly.
  5186.  
  5187. ------------------------------------------------------------------------
  5188. r974 | thelusiv | 2006-04-24 02:15:46 -0700 (Mon, 24 Apr 2006) | 2 lines
  5189.  
  5190. Updating SConscripts for changed texture filename
  5191.  
  5192. ------------------------------------------------------------------------
  5193. r973 | thelusiv | 2006-04-24 02:02:45 -0700 (Mon, 24 Apr 2006) | 2 lines
  5194.  
  5195. Removing a few textures whose filenames have changed...
  5196.  
  5197. ------------------------------------------------------------------------
  5198. r972 | thelusiv | 2006-04-24 01:21:51 -0700 (Mon, 24 Apr 2006) | 2 lines
  5199.  
  5200. Just about every single option is now loaded from the options.config file and the the options and game menus now use them. Everything seems to be working well...
  5201.  
  5202. ------------------------------------------------------------------------
  5203. r971 | thelusiv | 2006-04-23 21:54:16 -0700 (Sun, 23 Apr 2006) | 2 lines
  5204.  
  5205. Gui is now initialized after the options file is loaded/parsed.
  5206.  
  5207. ------------------------------------------------------------------------
  5208. r970 | thelusiv | 2006-04-23 21:15:34 -0700 (Sun, 23 Apr 2006) | 2 lines
  5209.  
  5210. Built a new function to find valid video modes, put into SETTINGS class. The entire options.config file is now parsed and values loaded for all data defined in the file as well as dynamic generation of the lists of cars, tracks and video modes.
  5211.  
  5212. ------------------------------------------------------------------------
  5213. r969 | thelusiv | 2006-04-23 11:07:25 -0700 (Sun, 23 Apr 2006) | 2 lines
  5214.  
  5215. Finished most of the code for loading options from options.config. This includes dynamically loaded car and track lists.
  5216.  
  5217. ------------------------------------------------------------------------
  5218. r968 | thelusiv | 2006-04-23 09:21:43 -0700 (Sun, 23 Apr 2006) | 2 lines
  5219.  
  5220. Really removed all the .joe files from Neurburgring.
  5221.  
  5222. ------------------------------------------------------------------------
  5223. r967 | abs1nth | 2006-04-23 05:35:13 -0700 (Sun, 23 Apr 2006) | 1 line
  5224.  
  5225. xcode changes for joepack
  5226. ------------------------------------------------------------------------
  5227. r966 | abs1nth | 2006-04-23 05:31:33 -0700 (Sun, 23 Apr 2006) | 1 line
  5228.  
  5229. (big)endian fixes for joepack
  5230. ------------------------------------------------------------------------
  5231. r965 | thelusiv | 2006-04-23 02:51:42 -0700 (Sun, 23 Apr 2006) | 2 lines
  5232.  
  5233. Integer options should now be correctly loaded.
  5234.  
  5235. ------------------------------------------------------------------------
  5236. r964 | thelusiv | 2006-04-23 01:54:17 -0700 (Sun, 23 Apr 2006) | 2 lines
  5237.  
  5238. A few more additions to OPTION class, created the options.config file.
  5239.  
  5240. ------------------------------------------------------------------------
  5241. r963 | kcid | 2006-04-23 01:23:30 -0700 (Sun, 23 Apr 2006) | 1 line
  5242.  
  5243.  
  5244. ------------------------------------------------------------------------
  5245. r962 | thelusiv | 2006-04-23 00:10:13 -0700 (Sun, 23 Apr 2006) | 2 lines
  5246.  
  5247. Got rid of some annoying compiler warnings and debug prints. Started adding the OPTION template class, will be used to hold option data loaded from options.config.
  5248.  
  5249. ------------------------------------------------------------------------
  5250. r961 | nenillo | 2006-04-22 12:55:14 -0700 (Sat, 22 Apr 2006) | 1 line
  5251.  
  5252. Avoid problems in Windows about datadir not found (by natha1)
  5253. ------------------------------------------------------------------------
  5254. r960 | kcid | 2006-04-22 12:24:51 -0700 (Sat, 22 Apr 2006) | 1 line
  5255.  
  5256.  
  5257. ------------------------------------------------------------------------
  5258. r959 | kcid | 2006-04-22 11:50:37 -0700 (Sat, 22 Apr 2006) | 1 line
  5259.  
  5260.  
  5261. ------------------------------------------------------------------------
  5262. r958 | joevenzon | 2006-04-22 09:47:50 -0700 (Sat, 22 Apr 2006) | 4 lines
  5263.  
  5264. TL understeer corrected by modifying hinge points.  Seems to be just 
  5265. about right, now.
  5266.  
  5267.  
  5268. ------------------------------------------------------------------------
  5269. r957 | nathan | 2006-04-22 09:43:23 -0700 (Sat, 22 Apr 2006) | 1 line
  5270.  
  5271. Updated autopackage + SConscript to build with apg++
  5272. ------------------------------------------------------------------------
  5273. r956 | joevenzon | 2006-04-22 09:25:21 -0700 (Sat, 22 Apr 2006) | 3 lines
  5274.  
  5275. Fixed particle texture problem.
  5276.  
  5277.  
  5278. ------------------------------------------------------------------------
  5279. r955 | joevenzon | 2006-04-22 09:01:38 -0700 (Sat, 22 Apr 2006) | 5 lines
  5280.  
  5281. Performance improvements.  Grouping objects by texture (didn't seem to 
  5282. do much) and minimized making opengl calls during object drawing (made a 
  5283. huge difference).
  5284.  
  5285.  
  5286. ------------------------------------------------------------------------
  5287. r954 | thelusiv | 2006-04-21 23:45:48 -0700 (Fri, 21 Apr 2006) | 2 lines
  5288.  
  5289. Added an option for using g++-3.4 ("scons use_gcc_34=1").
  5290.  
  5291. ------------------------------------------------------------------------
  5292. r953 | joevenzon | 2006-04-21 23:42:03 -0700 (Fri, 21 Apr 2006) | 3 lines
  5293.  
  5294. Provisioning for draw grouping based on texture.
  5295.  
  5296.  
  5297. ------------------------------------------------------------------------
  5298. r952 | thelusiv | 2006-04-21 23:33:20 -0700 (Fri, 21 Apr 2006) | 2 lines
  5299.  
  5300. Removed -3.4 suffix to g++ (didn't mean to check in, will make this an option). Added objects.jpk to the SConscript for each track objects file and removed the .joe install stuff from the same Sconscripts.
  5301.  
  5302. ------------------------------------------------------------------------
  5303. r951 | joevenzon | 2006-04-21 23:25:57 -0700 (Fri, 21 Apr 2006) | 3 lines
  5304.  
  5305. Removed debug print from objects.cpp
  5306.  
  5307.  
  5308. ------------------------------------------------------------------------
  5309. r950 | joevenzon | 2006-04-21 23:15:43 -0700 (Fri, 21 Apr 2006) | 3 lines
  5310.  
  5311. Added object packs for road atlanta and neurburgring.
  5312.  
  5313.  
  5314. ------------------------------------------------------------------------
  5315. r949 | joevenzon | 2006-04-21 23:12:26 -0700 (Fri, 21 Apr 2006) | 3 lines
  5316.  
  5317. Removing more .joe files....
  5318.  
  5319.  
  5320. ------------------------------------------------------------------------
  5321. r948 | joevenzon | 2006-04-21 23:03:47 -0700 (Fri, 21 Apr 2006) | 3 lines
  5322.  
  5323. Now using JoePack'd object files.
  5324.  
  5325.  
  5326. ------------------------------------------------------------------------
  5327. r947 | thelusiv | 2006-04-21 22:44:39 -0700 (Fri, 21 Apr 2006) | 2 lines
  5328.  
  5329. Added CO to the menus.
  5330.  
  5331. ------------------------------------------------------------------------
  5332. r946 | joevenzon | 2006-04-21 22:43:14 -0700 (Fri, 21 Apr 2006) | 3 lines
  5333.  
  5334. Ruudskogen JoePacked track objects seem to work.
  5335.  
  5336.  
  5337. ------------------------------------------------------------------------
  5338. r945 | joevenzon | 2006-04-21 07:35:18 -0700 (Fri, 21 Apr 2006) | 3 lines
  5339.  
  5340. Objects pack now just includes .joe files.
  5341.  
  5342.  
  5343. ------------------------------------------------------------------------
  5344. r944 | kcid | 2006-04-21 07:02:42 -0700 (Fri, 21 Apr 2006) | 1 line
  5345.  
  5346.  
  5347. ------------------------------------------------------------------------
  5348. r943 | kcid | 2006-04-21 06:12:45 -0700 (Fri, 21 Apr 2006) | 1 line
  5349.  
  5350.  
  5351. ------------------------------------------------------------------------
  5352. r942 | kcid | 2006-04-21 05:52:27 -0700 (Fri, 21 Apr 2006) | 1 line
  5353.  
  5354.  
  5355. ------------------------------------------------------------------------
  5356. r941 | kcid | 2006-04-20 05:03:38 -0700 (Thu, 20 Apr 2006) | 1 line
  5357.  
  5358.  
  5359. ------------------------------------------------------------------------
  5360. r940 | abs1nth | 2006-04-19 14:43:33 -0700 (Wed, 19 Apr 2006) | 1 line
  5361.  
  5362. changes for new gui
  5363. ------------------------------------------------------------------------
  5364. r939 | kcid | 2006-04-19 06:05:51 -0700 (Wed, 19 Apr 2006) | 1 line
  5365.  
  5366.  
  5367. ------------------------------------------------------------------------
  5368. r938 | nathan | 2006-04-19 05:45:33 -0700 (Wed, 19 Apr 2006) | 4 lines
  5369.  
  5370. Fixes in the win32 installer
  5371.  * Make sound working
  5372.  * Added a default controls file
  5373.  
  5374. ------------------------------------------------------------------------
  5375. r937 | nathan | 2006-04-19 05:34:03 -0700 (Wed, 19 Apr 2006) | 2 lines
  5376.  
  5377. Add an autopackage
  5378.  
  5379. ------------------------------------------------------------------------
  5380. r936 | kcid | 2006-04-19 05:31:45 -0700 (Wed, 19 Apr 2006) | 1 line
  5381.  
  5382.  
  5383. ------------------------------------------------------------------------
  5384. r935 | kcid | 2006-04-19 02:50:08 -0700 (Wed, 19 Apr 2006) | 1 line
  5385.  
  5386.  
  5387. ------------------------------------------------------------------------
  5388. r934 | thelusiv | 2006-04-18 23:37:49 -0700 (Tue, 18 Apr 2006) | 2 lines
  5389.  
  5390. Changed OK button press behavior so that if no changes are made to an options page in the menu (for instance, Display Options) the SaveSettings() function has no effect. This causes Display Options to no longer force a texture reload if the user presses OK but has made no changes.
  5391.  
  5392. ------------------------------------------------------------------------
  5393. r933 | thelusiv | 2006-04-18 23:27:21 -0700 (Tue, 18 Apr 2006) | 2 lines
  5394.  
  5395. Problem fixed: user clicked [+] button to add control, pressed escape and this caused the menu to switch pages back to the parent page. Now the "add control" command is simply cancelled.
  5396.  
  5397. ------------------------------------------------------------------------
  5398. r932 | thelusiv | 2006-04-18 23:20:57 -0700 (Tue, 18 Apr 2006) | 2 lines
  5399.  
  5400. Added the AX2 to the Practice Game menu, added SConscript files for the AX2's texture directories, checked in a fix for the problem of changed options being lost when entering submenus.
  5401.  
  5402. ------------------------------------------------------------------------
  5403. r931 | matthew | 2006-04-18 22:19:32 -0700 (Tue, 18 Apr 2006) | 4 lines
  5404.  
  5405. Tweaked debian package (made vdrift-data recommend vdrift instead of depend on it).
  5406. Converted IntWheel, FloatWheel, and StringWheel to the Wheel template class.
  5407. Converted IntIntWheel to the Wheel2 template class.
  5408.  
  5409. ------------------------------------------------------------------------
  5410. r930 | kcid | 2006-04-18 13:11:29 -0700 (Tue, 18 Apr 2006) | 1 line
  5411.  
  5412.  
  5413. ------------------------------------------------------------------------
  5414. r929 | kcid | 2006-04-18 09:56:45 -0700 (Tue, 18 Apr 2006) | 1 line
  5415.  
  5416.  
  5417. ------------------------------------------------------------------------
  5418. r928 | kcid | 2006-04-18 09:37:56 -0700 (Tue, 18 Apr 2006) | 1 line
  5419.  
  5420.  
  5421. ------------------------------------------------------------------------
  5422. r927 | thelusiv | 2006-04-17 20:40:58 -0700 (Mon, 17 Apr 2006) | 2 lines
  5423.  
  5424. Fixed missing View Distance options
  5425.  
  5426. ------------------------------------------------------------------------
  5427. r926 | thelusiv | 2006-04-17 20:11:30 -0700 (Mon, 17 Apr 2006) | 2 lines
  5428.  
  5429. Added missing mouse, logo, and library splash screen graphics.
  5430.  
  5431. ------------------------------------------------------------------------
  5432. r925 | matthew | 2006-04-17 19:51:56 -0700 (Mon, 17 Apr 2006) | 1 line
  5433.  
  5434. Changed debian package to build-dep on libsdl1.2-dev instead of libsdl-dev.
  5435. ------------------------------------------------------------------------
  5436. r924 | thelusiv | 2006-04-17 00:39:30 -0700 (Mon, 17 Apr 2006) | 2 lines
  5437.  
  5438. Merged everything from the menus-v2 branch from r524 to r923. Resolved many conflicts. Compiles, installs and runs well.
  5439.  
  5440. ------------------------------------------------------------------------
  5441. r923 | matthew | 2006-04-11 19:07:35 -0700 (Tue, 11 Apr 2006) | 1 line
  5442.  
  5443. Added libalut-dev to the debian package Build-Depends.
  5444. ------------------------------------------------------------------------
  5445. r921 | nenillo | 2006-04-05 08:21:03 -0700 (Wed, 05 Apr 2006) | 1 line
  5446.  
  5447. Image files for the installer.
  5448. ------------------------------------------------------------------------
  5449. r920 | nenillo | 2006-04-01 05:35:43 -0800 (Sat, 01 Apr 2006) | 1 line
  5450.  
  5451. Updated .nsi file for the installer.
  5452. ------------------------------------------------------------------------
  5453. r919 | kcid | 2006-03-28 09:05:07 -0800 (Tue, 28 Mar 2006) | 1 line
  5454.  
  5455.  
  5456. ------------------------------------------------------------------------
  5457. r918 | kcid | 2006-03-28 01:52:25 -0800 (Tue, 28 Mar 2006) | 1 line
  5458.  
  5459.  
  5460. ------------------------------------------------------------------------
  5461. r917 | kcid | 2006-03-28 01:47:32 -0800 (Tue, 28 Mar 2006) | 1 line
  5462.  
  5463.  
  5464. ------------------------------------------------------------------------
  5465. r916 | kcid | 2006-03-27 23:11:05 -0800 (Mon, 27 Mar 2006) | 1 line
  5466.  
  5467.  
  5468. ------------------------------------------------------------------------
  5469. r915 | thelusiv | 2006-03-26 21:08:42 -0800 (Sun, 26 Mar 2006) | 2 lines
  5470.  
  5471. Added SCons install files for the G4
  5472.  
  5473. ------------------------------------------------------------------------
  5474. r914 | kcid | 2006-03-25 08:32:34 -0800 (Sat, 25 Mar 2006) | 1 line
  5475.  
  5476.  
  5477. ------------------------------------------------------------------------
  5478. r913 | kcid | 2006-03-25 08:15:12 -0800 (Sat, 25 Mar 2006) | 1 line
  5479.  
  5480.  
  5481. ------------------------------------------------------------------------
  5482. r912 | nenillo | 2006-03-21 08:55:32 -0800 (Tue, 21 Mar 2006) | 1 line
  5483.  
  5484. Changed the name of the function "CopyFile" to "FileCopy" to avoid problems in windows.
  5485. ------------------------------------------------------------------------
  5486. r911 | matthew | 2006-03-20 23:49:25 -0800 (Mon, 20 Mar 2006) | 1 line
  5487.  
  5488. Rewrote UTILITY::CopyFile in c++ :) and fixed some errors related it being referenced as FileCopy.
  5489. ------------------------------------------------------------------------
  5490. r909 | nenillo | 2006-03-20 10:20:40 -0800 (Mon, 20 Mar 2006) | 1 line
  5491.  
  5492.  
  5493. ------------------------------------------------------------------------
  5494. r905 | joevenzon | 2006-03-19 13:01:51 -0800 (Sun, 19 Mar 2006) | 3 lines
  5495.  
  5496. Dialed back the oversteer.
  5497.  
  5498.  
  5499. ------------------------------------------------------------------------
  5500. r904 | nenillo | 2006-03-19 10:34:02 -0800 (Sun, 19 Mar 2006) | 1 line
  5501.  
  5502. Updated the header image for the installer.
  5503. ------------------------------------------------------------------------
  5504. r903 | nenillo | 2006-03-19 10:14:17 -0800 (Sun, 19 Mar 2006) | 1 line
  5505.  
  5506. Updated files for the developing environment in Windows.
  5507. ------------------------------------------------------------------------
  5508. r902 | joevenzon | 2006-03-19 09:59:43 -0800 (Sun, 19 Mar 2006) | 3 lines
  5509.  
  5510. Threw some oversteer at the CS.
  5511.  
  5512.  
  5513. ------------------------------------------------------------------------
  5514. r901 | joevenzon | 2006-03-18 22:24:44 -0800 (Sat, 18 Mar 2006) | 3 lines
  5515.  
  5516. Playing with the cars a bit.  Also, fixed double loading.
  5517.  
  5518.  
  5519. ------------------------------------------------------------------------
  5520. r900 | abs1nth | 2006-03-18 12:47:02 -0800 (Sat, 18 Mar 2006) | 1 line
  5521.  
  5522. changes to the resolution detection as talked about on the forum
  5523. ------------------------------------------------------------------------
  5524. r899 | abs1nth | 2006-03-18 12:44:23 -0800 (Sat, 18 Mar 2006) | 1 line
  5525.  
  5526. update xcode project for openal changes
  5527. ------------------------------------------------------------------------
  5528. r889 | matthew | 2006-03-06 22:31:55 -0800 (Mon, 06 Mar 2006) | 1 line
  5529.  
  5530. Fix to GAMECONTROLS to allow vdrift to compile with g++-4.1
  5531. ------------------------------------------------------------------------
  5532. r886 | joevenzon | 2006-03-03 17:28:23 -0800 (Fri, 03 Mar 2006) | 5 lines
  5533.  
  5534. Updated object loading code left over from my first collision changes... 
  5535. tracks should load slightly faster now and have slightly less memory 
  5536. usage.
  5537.  
  5538.  
  5539. ------------------------------------------------------------------------
  5540. r885 | thelusiv | 2006-03-02 21:56:07 -0800 (Thu, 02 Mar 2006) | 2 lines
  5541.  
  5542. dmaurer's latest updates to the TL, and updated SConscripts to accompany.
  5543.  
  5544. ------------------------------------------------------------------------
  5545. r883 | thelusiv | 2006-03-01 19:00:02 -0800 (Wed, 01 Mar 2006) | 2 lines
  5546.  
  5547. Added dmaurer's TL (Toyota Levin) car
  5548.  
  5549. ------------------------------------------------------------------------
  5550. r881 | thelusiv | 2006-02-28 19:46:58 -0800 (Tue, 28 Feb 2006) | 2 lines
  5551.  
  5552. Set up the build system to have an option to switch from the old OpenAL code to the new. If you're using OpenAL with built in ALUT older than 2006, you should compile vdrift with the option old_openal=1.
  5553.  
  5554. ------------------------------------------------------------------------
  5555. r880 | thelusiv | 2006-02-28 17:55:35 -0800 (Tue, 28 Feb 2006) | 2 lines
  5556.  
  5557. Changes to OpenAL function calls to remove deprecated sound file loading functions. Updated build system to reflect this. Added explicit checks for AL/al*.h.
  5558.  
  5559. ------------------------------------------------------------------------
  5560. r879 | matthew | 2006-02-27 22:53:50 -0800 (Mon, 27 Feb 2006) | 1 line
  5561.  
  5562. Removed boost from tree.
  5563. ------------------------------------------------------------------------
  5564. r878 | matthew | 2006-02-27 19:37:06 -0800 (Mon, 27 Feb 2006) | 1 line
  5565.  
  5566. Revert logging branch merge and refactoring, it is in the refactoring branch now.
  5567. ------------------------------------------------------------------------
  5568. r876 | matthew | 2006-02-27 17:42:30 -0800 (Mon, 27 Feb 2006) | 1 line
  5569.  
  5570. Add missing parts of boost to fix build.
  5571. ------------------------------------------------------------------------
  5572. r875 | matthew | 2006-02-27 06:08:55 -0800 (Mon, 27 Feb 2006) | 1 line
  5573.  
  5574. Added full boost config and detail directories to fix problems with missing files.
  5575. ------------------------------------------------------------------------
  5576. r874 | matthew | 2006-02-26 17:05:30 -0800 (Sun, 26 Feb 2006) | 1 line
  5577.  
  5578. Extenstive changes to the CONFIGFILE system, SETTINGS may be next...
  5579. ------------------------------------------------------------------------
  5580. r873 | matthew | 2006-02-26 11:09:32 -0800 (Sun, 26 Feb 2006) | 1 line
  5581.  
  5582. Logging tweaks.
  5583. ------------------------------------------------------------------------
  5584. r872 | matthew | 2006-02-26 11:00:11 -0800 (Sun, 26 Feb 2006) | 1 line
  5585.  
  5586. Fixed some docs and fixed doxygen build in scons scripts.
  5587. ------------------------------------------------------------------------
  5588. r871 | matthew | 2006-02-26 10:54:26 -0800 (Sun, 26 Feb 2006) | 1 line
  5589.  
  5590. Added Doxyfile and doc and docs targets.
  5591. ------------------------------------------------------------------------
  5592. r870 | matthew | 2006-02-26 09:48:06 -0800 (Sun, 26 Feb 2006) | 1 line
  5593.  
  5594. Converted code to use boost::shared_ptr instead of std::tr1::shared_ptr which is not included with some older compilers.
  5595. ------------------------------------------------------------------------
  5596. r869 | matthew | 2006-02-26 09:38:56 -0800 (Sun, 26 Feb 2006) | 1 line
  5597.  
  5598. Added boost shared_ptr.hpp to trunk.
  5599. ------------------------------------------------------------------------
  5600. r868 | abs1nth | 2006-02-25 06:16:28 -0800 (Sat, 25 Feb 2006) | 1 line
  5601.  
  5602. improvements from Chris Kent <cskent@mac.com>
  5603. ------------------------------------------------------------------------
  5604. r867 | matthew | 2006-02-24 01:57:30 -0800 (Fri, 24 Feb 2006) | 1 line
  5605.  
  5606. More docs for logger.
  5607. ------------------------------------------------------------------------
  5608. r866 | matthew | 2006-02-24 01:45:49 -0800 (Fri, 24 Feb 2006) | 1 line
  5609.  
  5610. Fixed some bugs with logger, and converted some existing code to use it.  More to come.  The great rewrite has begun\!
  5611. ------------------------------------------------------------------------
  5612. r865 | matthew | 2006-02-23 23:48:43 -0800 (Thu, 23 Feb 2006) | 1 line
  5613.  
  5614. Removed ofstream error_log from main.cpp.
  5615. ------------------------------------------------------------------------
  5616. r864 | matthew | 2006-02-23 23:45:36 -0800 (Thu, 23 Feb 2006) | 1 line
  5617.  
  5618. Merged logging branch.
  5619. ------------------------------------------------------------------------
  5620. r863 | matthew | 2006-02-23 21:22:27 -0800 (Thu, 23 Feb 2006) | 1 line
  5621.  
  5622. More merging attempts.
  5623. ------------------------------------------------------------------------
  5624. r861 | matthew | 2006-02-23 21:18:40 -0800 (Thu, 23 Feb 2006) | 1 line
  5625.  
  5626. Attempt to set up merging with logging branch.
  5627. ------------------------------------------------------------------------
  5628. r858 | matthew | 2006-02-23 20:55:13 -0800 (Thu, 23 Feb 2006) | 1 line
  5629.  
  5630. Set up merge tracking.
  5631. ------------------------------------------------------------------------
  5632. r857 | matthew | 2006-02-23 19:53:03 -0800 (Thu, 23 Feb 2006) | 1 line
  5633.  
  5634. Made vdrift-data, arch indep.
  5635. ------------------------------------------------------------------------
  5636. r856 | abs1nth | 2006-02-23 11:54:48 -0800 (Thu, 23 Feb 2006) | 1 line
  5637.  
  5638. somehow live screenres and fullscreen switching now works on macosx ... it's magic!
  5639. ------------------------------------------------------------------------
  5640. r855 | abs1nth | 2006-02-23 11:53:15 -0800 (Thu, 23 Feb 2006) | 1 line
  5641.  
  5642. somehow live screenres and fullscreen switching now works on macosx ... it's magic!
  5643. ------------------------------------------------------------------------
  5644. r854 | matthew | 2006-02-22 21:51:55 -0800 (Wed, 22 Feb 2006) | 3 lines
  5645.  
  5646. Changed version in default configuration file.
  5647. Split debian package into vdrift and vdrift-data packages.
  5648.  
  5649. ------------------------------------------------------------------------
  5650. r847 | thelusiv | 2006-02-21 06:20:47 -0800 (Tue, 21 Feb 2006) | 2 lines
  5651.  
  5652. Removing a few .h files no longer present from SCons stuff. Attempting a fix for a Windows issue.
  5653.  
  5654. ------------------------------------------------------------------------
  5655. r845 | thelusiv | 2006-02-20 20:48:58 -0800 (Mon, 20 Feb 2006) | 2 lines
  5656.  
  5657. Switched settings to new copyfile function
  5658.  
  5659. ------------------------------------------------------------------------
  5660. r844 | joevenzon | 2006-02-20 20:05:43 -0800 (Mon, 20 Feb 2006) | 3 lines
  5661.  
  5662. Added a copy file function.
  5663.  
  5664.  
  5665. ------------------------------------------------------------------------
  5666. r843 | thelusiv | 2006-02-20 18:19:43 -0800 (Mon, 20 Feb 2006) | 2 lines
  5667.  
  5668. Fixed the segfault by creating a KEYMAN::Load() which gets called before gamecontrols.LoadControls().
  5669.  
  5670. ------------------------------------------------------------------------
  5671. r842 | abs1nth | 2006-02-20 14:20:11 -0800 (Mon, 20 Feb 2006) | 1 line
  5672.  
  5673. mac: the release is now 2006-02-20 and not 2006-02-19
  5674. ------------------------------------------------------------------------
  5675. r841 | abs1nth | 2006-02-20 14:20:00 -0800 (Mon, 20 Feb 2006) | 1 line
  5676.  
  5677. mac: the release is now 2006-02-20 and not 2006-02-19
  5678. ------------------------------------------------------------------------
  5679. r840 | joevenzon | 2006-02-20 14:10:59 -0800 (Mon, 20 Feb 2006) | 3 lines
  5680.  
  5681. Re-ordered Keyman to init in front of controls.
  5682.  
  5683.  
  5684. ------------------------------------------------------------------------
  5685. r839 | thelusiv | 2006-02-20 13:47:50 -0800 (Mon, 20 Feb 2006) | 2 lines
  5686.  
  5687. Removing vamos track includes to avoid header conflicts on OSX.
  5688.  
  5689. ------------------------------------------------------------------------
  5690. r838 | nenillo | 2006-02-20 11:03:35 -0800 (Mon, 20 Feb 2006) | 1 line
  5691.  
  5692. Changed model.Load to compile in Dev-Cpp
  5693. ------------------------------------------------------------------------
  5694. r837 | thelusiv | 2006-02-19 23:41:09 -0800 (Sun, 19 Feb 2006) | 2 lines
  5695.  
  5696. Added code to check to see if user has a ~/.vdrift/controls, if not default controls file is loaded and saved in ~/.vdrift/controls. This *almost* works.
  5697.  
  5698. ------------------------------------------------------------------------
  5699. r836 | joevenzon | 2006-02-19 23:25:02 -0800 (Sun, 19 Feb 2006) | 3 lines
  5700.  
  5701. LoadControls can take a path.
  5702.  
  5703.  
  5704. ------------------------------------------------------------------------
  5705. r835 | joevenzon | 2006-02-19 23:14:41 -0800 (Sun, 19 Feb 2006) | 3 lines
  5706.  
  5707. Moved around construction orders.
  5708.  
  5709.  
  5710. ------------------------------------------------------------------------
  5711. r834 | matthew | 2006-02-19 23:01:17 -0800 (Sun, 19 Feb 2006) | 1 line
  5712.  
  5713. Added about.txt to road_atlanta's build files.
  5714. ------------------------------------------------------------------------
  5715. r833 | thelusiv | 2006-02-19 22:24:24 -0800 (Sun, 19 Feb 2006) | 2 lines
  5716.  
  5717. updated VDrift.config for this release, made data only be sconsripted when installing
  5718.  
  5719. ------------------------------------------------------------------------
  5720. r832 | thelusiv | 2006-02-19 22:02:50 -0800 (Sun, 19 Feb 2006) | 2 lines
  5721.  
  5722. Removing more fmod crap
  5723.  
  5724. ------------------------------------------------------------------------
  5725. r831 | thelusiv | 2006-02-19 21:59:43 -0800 (Sun, 19 Feb 2006) | 2 lines
  5726.  
  5727. Removing last remnants of fmod stuff from SConscripts.
  5728.  
  5729. ------------------------------------------------------------------------
  5730. r830 | thelusiv | 2006-02-19 21:56:34 -0800 (Sun, 19 Feb 2006) | 2 lines
  5731.  
  5732. Removed nasty hack from settings to copy controls, added more pleasant method for writing a default controls file, removed more fmod crap.
  5733.  
  5734. ------------------------------------------------------------------------
  5735. r829 | thelusiv | 2006-02-19 21:45:10 -0800 (Sun, 19 Feb 2006) | 2 lines
  5736.  
  5737. Checking in some missing docs files
  5738.  
  5739. ------------------------------------------------------------------------
  5740. r828 | joevenzon | 2006-02-19 21:32:41 -0800 (Sun, 19 Feb 2006) | 3 lines
  5741.  
  5742. Updated controls class to write to a given file name (if desired).
  5743.  
  5744.  
  5745. ------------------------------------------------------------------------
  5746. r827 | thelusiv | 2006-02-19 21:28:30 -0800 (Sun, 19 Feb 2006) | 2 lines
  5747.  
  5748. FreeBSD-friendly SConsctruct patch, dirty hack in settings.cpp to copy default controls file.
  5749.  
  5750. ------------------------------------------------------------------------
  5751. r826 | abs1nth | 2006-02-19 18:26:04 -0800 (Sun, 19 Feb 2006) | 4 lines
  5752.  
  5753. mac fixes:
  5754. fix bug with 32 chars in path
  5755. use preferences folder instead of ".vdrift"
  5756. misc 
  5757. ------------------------------------------------------------------------
  5758. r825 | abs1nth | 2006-02-19 18:25:57 -0800 (Sun, 19 Feb 2006) | 4 lines
  5759.  
  5760. mac fixes:
  5761. fix bug with 32 chars in path
  5762. use preferences folder instead of ".vdrift"
  5763. misc 
  5764. ------------------------------------------------------------------------
  5765. r824 | abs1nth | 2006-02-19 18:24:48 -0800 (Sun, 19 Feb 2006) | 4 lines
  5766.  
  5767. mac fixes:
  5768. fix bug with 32 chars in path
  5769. use preferences folder instead of ".vdrift"
  5770. misc 
  5771. ------------------------------------------------------------------------
  5772. r823 | thelusiv | 2006-02-19 16:29:31 -0800 (Sun, 19 Feb 2006) | 2 lines
  5773.  
  5774. Ditching FMOD, updating SCons setup to build complete packages.
  5775.  
  5776. ------------------------------------------------------------------------
  5777. r821 | abs1nth | 2006-02-18 07:42:44 -0800 (Sat, 18 Feb 2006) | 2 lines
  5778.  
  5779. set initial track to a valid value so new users don't just float trough the sky when they don't select a track
  5780.  
  5781. ------------------------------------------------------------------------
  5782. r820 | joevenzon | 2006-02-17 20:44:54 -0800 (Fri, 17 Feb 2006) | 3 lines
  5783.  
  5784. Finished bezier improvements.
  5785.  
  5786.  
  5787. ------------------------------------------------------------------------
  5788. r819 | joevenzon | 2006-02-17 18:22:00 -0800 (Fri, 17 Feb 2006) | 3 lines
  5789.  
  5790. Tweaking bezier code.
  5791.  
  5792.  
  5793. ------------------------------------------------------------------------
  5794. r818 | abs1nth | 2006-02-17 08:07:01 -0800 (Fri, 17 Feb 2006) | 1 line
  5795.  
  5796. further macosx project fixes
  5797. ------------------------------------------------------------------------
  5798. r817 | abs1nth | 2006-02-17 08:06:56 -0800 (Fri, 17 Feb 2006) | 1 line
  5799.  
  5800. further macosx project fixes
  5801. ------------------------------------------------------------------------
  5802. r816 | abs1nth | 2006-02-17 07:53:36 -0800 (Fri, 17 Feb 2006) | 1 line
  5803.  
  5804. further macosx project fixes
  5805. ------------------------------------------------------------------------
  5806. r815 | abs1nth | 2006-02-17 07:25:03 -0800 (Fri, 17 Feb 2006) | 2 lines
  5807.  
  5808. macosx fixes: update project for universal binary & openal instead of fmod, import SDL libraries, recover readme (lost because of svnmerge), convert sounds to stereo to fix macosx openal crash
  5809.  
  5810. ------------------------------------------------------------------------
  5811. r814 | abs1nth | 2006-02-17 07:21:33 -0800 (Fri, 17 Feb 2006) | 2 lines
  5812.  
  5813. macosx fixes: update project for universal binary & openal instead of fmod, import SDL libraries, recover readme (lost because of svnmerge), convert sounds to stereo to fix macosx openal crash
  5814.  
  5815. ------------------------------------------------------------------------
  5816. r813 | abs1nth | 2006-02-17 07:20:29 -0800 (Fri, 17 Feb 2006) | 2 lines
  5817.  
  5818. macosx fixes: update project for universal binary & openal instead of fmod, import SDL libraries, recover readme (lost because of svnmerge), convert sounds to stereo to fix macosx openal crash
  5819.  
  5820. ------------------------------------------------------------------------
  5821. r812 | abs1nth | 2006-02-17 07:19:22 -0800 (Fri, 17 Feb 2006) | 1 line
  5822.  
  5823. macosx fixes: update project for universal binary & openal instead of fmod, import SDL libraries, recover readme (lost because of svnmerge), convert sounds to stereo to fix macosx openal crash
  5824. ------------------------------------------------------------------------
  5825. r811 | abs1nth | 2006-02-17 07:19:06 -0800 (Fri, 17 Feb 2006) | 1 line
  5826.  
  5827. macosx fixes: update project for universal binary & openal instead of fmod, import SDL libraries, recover readme (lost because of svnmerge), convert sounds to stereo to fix macosx openal crash
  5828. ------------------------------------------------------------------------
  5829. r810 | abs1nth | 2006-02-17 07:19:00 -0800 (Fri, 17 Feb 2006) | 1 line
  5830.  
  5831. macosx fixes: update project for universal binary & openal instead of fmod, import SDL libraries, recover readme (lost because of svnmerge), convert sounds to stereo to fix macosx openal crash
  5832. ------------------------------------------------------------------------
  5833. r809 | joevenzon | 2006-02-16 20:53:23 -0800 (Thu, 16 Feb 2006) | 3 lines
  5834.  
  5835. Added a berm in Neurburgring to the collision list.
  5836.  
  5837.  
  5838. ------------------------------------------------------------------------
  5839. r808 | joevenzon | 2006-02-16 20:35:46 -0800 (Thu, 16 Feb 2006) | 3 lines
  5840.  
  5841. Made grass a bit greener.
  5842.  
  5843.  
  5844. ------------------------------------------------------------------------
  5845. r807 | joevenzon | 2006-02-16 20:30:12 -0800 (Thu, 16 Feb 2006) | 3 lines
  5846.  
  5847. Updated start location to something easier to get out of.
  5848.  
  5849.  
  5850. ------------------------------------------------------------------------
  5851. r806 | matthew | 2006-02-16 19:31:10 -0800 (Thu, 16 Feb 2006) | 1 line
  5852.  
  5853. Skip data files in build system unless installing.
  5854. ------------------------------------------------------------------------
  5855. r805 | matthew | 2006-02-16 19:25:52 -0800 (Thu, 16 Feb 2006) | 1 line
  5856.  
  5857. Attempt to speed up scons by only including tracks during an install.
  5858. ------------------------------------------------------------------------
  5859. r804 | joevenzon | 2006-02-16 18:53:17 -0800 (Thu, 16 Feb 2006) | 3 lines
  5860.  
  5861. Proper start location for neurburgring.
  5862.  
  5863.  
  5864. ------------------------------------------------------------------------
  5865. r803 | joevenzon | 2006-02-16 18:33:42 -0800 (Thu, 16 Feb 2006) | 3 lines
  5866.  
  5867. Fixed a bug in the HUD code.
  5868.  
  5869.  
  5870. ------------------------------------------------------------------------
  5871. r802 | joevenzon | 2006-02-16 18:19:06 -0800 (Thu, 16 Feb 2006) | 3 lines
  5872.  
  5873. Added start orientation to tracks.
  5874.  
  5875.  
  5876. ------------------------------------------------------------------------
  5877. r801 | abs1nth | 2006-02-16 06:50:32 -0800 (Thu, 16 Feb 2006) | 1 line
  5878.  
  5879. update xcode project & comment out unneeded includes
  5880. ------------------------------------------------------------------------
  5881. r800 | abs1nth | 2006-02-16 06:50:28 -0800 (Thu, 16 Feb 2006) | 1 line
  5882.  
  5883. update xcode project & comment out unneeded includes
  5884. ------------------------------------------------------------------------
  5885. r799 | abs1nth | 2006-02-16 06:50:22 -0800 (Thu, 16 Feb 2006) | 1 line
  5886.  
  5887. update xcode project & comment out unneeded includes
  5888. ------------------------------------------------------------------------
  5889. r798 | joevenzon | 2006-02-15 22:39:18 -0800 (Wed, 15 Feb 2006) | 3 lines
  5890.  
  5891. Adjusted tire smooke/squeal threshholds for my tire code.
  5892.  
  5893.  
  5894. ------------------------------------------------------------------------
  5895. r797 | joevenzon | 2006-02-15 22:02:44 -0800 (Wed, 15 Feb 2006) | 4 lines
  5896.  
  5897. Reverted to old tire code (Venzon code, not Varner code).  Also kept 
  5898. Sam's code around in the repos if people want to take a look at it.
  5899.  
  5900.  
  5901. ------------------------------------------------------------------------
  5902. r796 | joevenzon | 2006-02-15 21:18:17 -0800 (Wed, 15 Feb 2006) | 3 lines
  5903.  
  5904. Removed old tracks.
  5905.  
  5906.  
  5907. ------------------------------------------------------------------------
  5908. r795 | joevenzon | 2006-02-15 21:16:34 -0800 (Wed, 15 Feb 2006) | 3 lines
  5909.  
  5910. Updated road_atlanta ABOUT file.
  5911.  
  5912.  
  5913. ------------------------------------------------------------------------
  5914. r794 | joevenzon | 2006-02-15 21:12:03 -0800 (Wed, 15 Feb 2006) | 3 lines
  5915.  
  5916. Added an about file for Road Atlanta
  5917.  
  5918.  
  5919. ------------------------------------------------------------------------
  5920. r793 | joevenzon | 2006-02-15 21:10:38 -0800 (Wed, 15 Feb 2006) | 5 lines
  5921.  
  5922. Made the tire code more robust.
  5923.  
  5924. Still not sure why the GT's wheels are missing on neurburgring.
  5925.  
  5926.  
  5927. ------------------------------------------------------------------------
  5928. r792 | joevenzon | 2006-02-15 20:17:16 -0800 (Wed, 15 Feb 2006) | 3 lines
  5929.  
  5930. Fixed a corrupted tree model.
  5931.  
  5932.  
  5933. ------------------------------------------------------------------------
  5934. r791 | joevenzon | 2006-02-15 20:16:43 -0800 (Wed, 15 Feb 2006) | 3 lines
  5935.  
  5936. Working on fixing a corrupted tree file....
  5937.  
  5938.  
  5939. ------------------------------------------------------------------------
  5940. r790 | joevenzon | 2006-02-15 20:13:27 -0800 (Wed, 15 Feb 2006) | 3 lines
  5941.  
  5942. Tweaking the track format.
  5943.  
  5944.  
  5945. ------------------------------------------------------------------------
  5946. r787 | matthew | 2006-02-14 22:19:14 -0800 (Tue, 14 Feb 2006) | 2 lines
  5947.  
  5948. Fixed track build scripts so all tracks get install correctly.
  5949.  
  5950. ------------------------------------------------------------------------
  5951. r786 | matthew | 2006-02-14 21:13:44 -0800 (Tue, 14 Feb 2006) | 1 line
  5952.  
  5953. Remove XSR from car_list.txt, make soundfile loading slightly more robust, remove .bak files.
  5954. ------------------------------------------------------------------------
  5955. r785 | matthew | 2006-02-14 19:13:45 -0800 (Tue, 14 Feb 2006) | 1 line
  5956.  
  5957. Updated buildscripts deleting test3 and XSR references.
  5958. ------------------------------------------------------------------------
  5959. r784 | joevenzon | 2006-02-14 18:08:22 -0800 (Tue, 14 Feb 2006) | 3 lines
  5960.  
  5961. Started migrating to the configfile format for tracks.
  5962.  
  5963.  
  5964. ------------------------------------------------------------------------
  5965. r783 | thelusiv | 2006-02-14 17:07:42 -0800 (Tue, 14 Feb 2006) | 2 lines
  5966.  
  5967. Deleting the XSR (because it's pretty much the same as the XS) and the test tracks since we don't need those.
  5968.  
  5969. ------------------------------------------------------------------------
  5970. r782 | matthew | 2006-02-14 00:47:36 -0800 (Tue, 14 Feb 2006) | 3 lines
  5971.  
  5972. Fixes to ruudskogen install scripts, fixes debian package.
  5973. Modified car build scripts to include all .joe files.  This makes collision.joe get installed properly.
  5974.  
  5975. ------------------------------------------------------------------------
  5976. r781 | joevenzon | 2006-02-13 22:04:51 -0800 (Mon, 13 Feb 2006) | 4 lines
  5977.  
  5978. Max particles lowered to 20, fixed a bug with the controls code, 
  5979. collisions should be more normal now.
  5980.  
  5981.  
  5982. ------------------------------------------------------------------------
  5983. r780 | joevenzon | 2006-02-13 17:48:07 -0800 (Mon, 13 Feb 2006) | 3 lines
  5984.  
  5985. Added some files that didn't get merged, for some reason.
  5986.  
  5987.  
  5988. ------------------------------------------------------------------------
  5989. r779 | matthew | 2006-02-13 10:15:26 -0800 (Mon, 13 Feb 2006) | 1 line
  5990.  
  5991. Added svnmerge.py to the tools dir and updated it's SConscript.
  5992. ------------------------------------------------------------------------
  5993. r778 | matthew | 2006-02-13 09:34:58 -0800 (Mon, 13 Feb 2006) | 1 line
  5994.  
  5995. Fix scons build scripts after merge.
  5996. ------------------------------------------------------------------------
  5997. r777 | joevenzon | 2006-02-12 20:52:05 -0800 (Sun, 12 Feb 2006) | 3 lines
  5998.  
  5999. Attempting to clean up merge....
  6000.  
  6001.  
  6002. ------------------------------------------------------------------------
  6003. r776 | joevenzon | 2006-02-12 15:06:11 -0800 (Sun, 12 Feb 2006) | 4 lines
  6004.  
  6005. Partial merge of new-tracks branch.  The svnmerge script borked about 
  6006. halfway through.
  6007.  
  6008.  
  6009. ------------------------------------------------------------------------
  6010. r774 | joevenzon | 2006-02-12 10:22:23 -0800 (Sun, 12 Feb 2006) | 3 lines
  6011.  
  6012. Initialized merge tracking via svnmerge with revisions 1-669 from
  6013. http://svn.vdrift.net/repos/vdrift/branches/new-tracks
  6014.  
  6015. ------------------------------------------------------------------------
  6016. r773 | joevenzon | 2006-02-12 10:05:49 -0800 (Sun, 12 Feb 2006) | 4 lines
  6017.  
  6018. Initialized merge tracking via svnmerge with revisions 1-772 from
  6019. http://svn.vdrift.net/repos/vdrift/branches/new-tracks
  6020.  
  6021.  
  6022. ------------------------------------------------------------------------
  6023. r772 | joevenzon | 2006-02-12 10:05:20 -0800 (Sun, 12 Feb 2006) | 3 lines
  6024.  
  6025. More fiddling with svnmerge.
  6026.  
  6027.  
  6028. ------------------------------------------------------------------------
  6029. r771 | joevenzon | 2006-02-12 10:00:23 -0800 (Sun, 12 Feb 2006) | 3 lines
  6030.  
  6031. setting up svnmerge...
  6032.  
  6033.  
  6034. ------------------------------------------------------------------------
  6035. r745 | joevenzon | 2006-01-24 21:50:10 -0800 (Tue, 24 Jan 2006) | 3 lines
  6036.  
  6037. Fixed torque units, car drives mostly as expected.
  6038.  
  6039.  
  6040. ------------------------------------------------------------------------
  6041. r744 | joevenzon | 2006-01-24 21:29:46 -0800 (Tue, 24 Jan 2006) | 3 lines
  6042.  
  6043. 0-60 in about 13 seconds... supposed to be on the order of 7.5
  6044.  
  6045.  
  6046. ------------------------------------------------------------------------
  6047. r743 | joevenzon | 2006-01-24 21:22:24 -0800 (Tue, 24 Jan 2006) | 3 lines
  6048.  
  6049. Rough car setup matches real life car... performance is a bit iffy
  6050.  
  6051.  
  6052. ------------------------------------------------------------------------
  6053. r742 | thelusiv | 2006-01-24 21:16:32 -0800 (Tue, 24 Jan 2006) | 2 lines
  6054.  
  6055. Fixed some problems in SConscript files involving 3S files being installed.
  6056.  
  6057. ------------------------------------------------------------------------
  6058. r741 | joevenzon | 2006-01-24 20:47:05 -0800 (Tue, 24 Jan 2006) | 3 lines
  6059.  
  6060. Should now be working....
  6061.  
  6062.  
  6063. ------------------------------------------------------------------------
  6064. r740 | joevenzon | 2006-01-24 20:46:02 -0800 (Tue, 24 Jan 2006) | 3 lines
  6065.  
  6066. Starting to add the Mazda 3S
  6067.  
  6068.  
  6069. ------------------------------------------------------------------------
  6070. r731 | matthew | 2006-01-08 13:16:23 -0800 (Sun, 08 Jan 2006) | 1 line
  6071.  
  6072. Fix SCons build script.  BoolOption for 'release' option makes it a boolean value.
  6073. ------------------------------------------------------------------------
  6074. r717 | thelusiv | 2005-12-28 18:10:31 -0800 (Wed, 28 Dec 2005) | 2 lines
  6075.  
  6076. FINALLY fixed option cacheing in SConstruct file. Options passed on the command line are now correctly saved and do not have to be typed again when scons is run alter.
  6077.  
  6078. ------------------------------------------------------------------------
  6079. r705 | matthew | 2005-12-20 21:50:04 -0800 (Tue, 20 Dec 2005) | 2 lines
  6080.  
  6081. Added svn:eol-style native property to source files.
  6082.  
  6083. ------------------------------------------------------------------------
  6084. r704 | matthew | 2005-12-20 21:48:49 -0800 (Tue, 20 Dec 2005) | 1 line
  6085.  
  6086. Changed src/camera.cpp and include/camera.h to LF line endings.
  6087. ------------------------------------------------------------------------
  6088. r703 | matthew | 2005-12-19 17:01:46 -0800 (Mon, 19 Dec 2005) | 1 line
  6089.  
  6090. Fix build error in last commit (forgot to include 'stdexcept')
  6091. ------------------------------------------------------------------------
  6092. r702 | matthew | 2005-12-19 16:58:06 -0800 (Mon, 19 Dec 2005) | 1 line
  6093.  
  6094. Change string trimming operations.  Closes bug #0000006.  Also added/changed vim modelines in some files
  6095. ------------------------------------------------------------------------
  6096. r700 | matthew | 2005-12-17 18:08:47 -0800 (Sat, 17 Dec 2005) | 1 line
  6097.  
  6098. Add support for full axis controls (vs +/-).  This allows support for some analog triggers.
  6099. ------------------------------------------------------------------------
  6100. r687 | joevenzon | 2005-12-15 19:16:31 -0800 (Thu, 15 Dec 2005) | 1 line
  6101.  
  6102.  
  6103. ------------------------------------------------------------------------
  6104. r686 | matthew | 2005-12-15 06:48:12 -0800 (Thu, 15 Dec 2005) | 1 line
  6105.  
  6106. Deleted .bak and .orig files from source tree.
  6107. ------------------------------------------------------------------------
  6108. r684 | matthew | 2005-12-14 19:00:01 -0800 (Wed, 14 Dec 2005) | 1 line
  6109.  
  6110. Added svn:executable prop to tools/debian/rules
  6111. ------------------------------------------------------------------------
  6112. r683 | matthew | 2005-12-14 18:54:07 -0800 (Wed, 14 Dec 2005) | 2 lines
  6113.  
  6114. Turn on debuggin for debug builds and optimizations for release builds.
  6115.  
  6116. ------------------------------------------------------------------------
  6117. r682 | matthew | 2005-12-14 18:49:28 -0800 (Wed, 14 Dec 2005) | 2 lines
  6118.  
  6119. Changed debian package build to use release=1.
  6120.  
  6121. ------------------------------------------------------------------------
  6122. r680 | thelusiv | 2005-12-14 17:16:08 -0800 (Wed, 14 Dec 2005) | 2 lines
  6123.  
  6124. Moved debian/ dir to tools/debian/, turned off debugging info for releases.
  6125.  
  6126. ------------------------------------------------------------------------
  6127. r679 | thelusiv | 2005-12-13 15:01:36 -0800 (Tue, 13 Dec 2005) | 2 lines
  6128.  
  6129. Actually added the debian stuff this time :P
  6130.  
  6131. ------------------------------------------------------------------------
  6132. r678 | thelusiv | 2005-12-13 15:01:10 -0800 (Tue, 13 Dec 2005) | 2 lines
  6133.  
  6134. Checking in matthew_i's patch to the SCons build files and debian packaging stuff
  6135.  
  6136. ------------------------------------------------------------------------
  6137. r668 | joevenzon | 2005-12-10 11:43:25 -0800 (Sat, 10 Dec 2005) | 3 lines
  6138.  
  6139. Fixed a bug with draw2d rotation.
  6140.  
  6141.  
  6142. ------------------------------------------------------------------------
  6143. r644 | joevenzon | 2005-12-06 06:58:29 -0800 (Tue, 06 Dec 2005) | 3 lines
  6144.  
  6145. Fixed a configfile bug.
  6146.  
  6147.  
  6148. ------------------------------------------------------------------------
  6149. r641 | abs1nth | 2005-12-05 13:09:08 -0800 (Mon, 05 Dec 2005) | 2 lines
  6150.  
  6151. updated readme
  6152.  
  6153. ------------------------------------------------------------------------
  6154. r635 | joevenzon | 2005-12-04 10:25:44 -0800 (Sun, 04 Dec 2005) | 3 lines
  6155.  
  6156. Added a utility.drawbutton fonction to make gui drawing easier.
  6157.  
  6158.  
  6159. ------------------------------------------------------------------------
  6160. r627 | joevenzon | 2005-12-02 18:29:27 -0800 (Fri, 02 Dec 2005) | 3 lines
  6161.  
  6162. Added transparency parameter to Draw2D.
  6163.  
  6164.  
  6165. ------------------------------------------------------------------------
  6166. r622 | abs1nth | 2005-12-01 20:35:25 -0800 (Thu, 01 Dec 2005) | 1 line
  6167.  
  6168. add new texture class to the xcode project
  6169. ------------------------------------------------------------------------
  6170. r621 | joevenzon | 2005-12-01 19:45:06 -0800 (Thu, 01 Dec 2005) | 3 lines
  6171.  
  6172. Texture class added, the font class uses it.
  6173.  
  6174.  
  6175. ------------------------------------------------------------------------
  6176. r619 | abs1nth | 2005-12-01 08:11:35 -0800 (Thu, 01 Dec 2005) | 1 line
  6177.  
  6178. second try to fix macosx ranlib problem
  6179. ------------------------------------------------------------------------
  6180. r616 | thelusiv | 2005-11-30 21:36:59 -0800 (Wed, 30 Nov 2005) | 2 lines
  6181.  
  6182. Fixed a bug in logo.cpp and added joy button presses to the things that trigger skipping the logo.
  6183.  
  6184. ------------------------------------------------------------------------
  6185. r615 | joevenzon | 2005-11-30 21:05:08 -0800 (Wed, 30 Nov 2005) | 3 lines
  6186.  
  6187. Can now skip the logo with a mouse press.
  6188.  
  6189.  
  6190. ------------------------------------------------------------------------
  6191. r602 | joevenzon | 2005-11-28 19:49:31 -0800 (Mon, 28 Nov 2005) | 3 lines
  6192.  
  6193. Added font height and width functions.
  6194.  
  6195.  
  6196. ------------------------------------------------------------------------
  6197. r581 | abs1nth | 2005-11-24 14:34:09 -0800 (Thu, 24 Nov 2005) | 1 line
  6198.  
  6199. ranlib libfmod.a
  6200. ------------------------------------------------------------------------
  6201. r580 | joevenzon | 2005-11-16 18:57:05 -0800 (Wed, 16 Nov 2005) | 3 lines
  6202.  
  6203. Case independent boolean set functions added to configfile.
  6204.  
  6205.  
  6206. ------------------------------------------------------------------------
  6207. r579 | nenillo | 2005-11-16 07:47:45 -0800 (Wed, 16 Nov 2005) | 1 line
  6208.  
  6209. Changed "an" to "on"
  6210. ------------------------------------------------------------------------
  6211. r578 | joevenzon | 2005-11-16 06:24:18 -0800 (Wed, 16 Nov 2005) | 3 lines
  6212.  
  6213. Fixed a bug in the integer processing of configfile.
  6214.  
  6215.  
  6216. ------------------------------------------------------------------------
  6217. r577 | thelusiv | 2005-11-16 00:10:42 -0800 (Wed, 16 Nov 2005) | 2 lines
  6218.  
  6219. Added some debug output to settings class, marked off some functions that need to be replaced/removed
  6220.  
  6221. ------------------------------------------------------------------------
  6222. r576 | joevenzon | 2005-11-15 20:52:07 -0800 (Tue, 15 Nov 2005) | 3 lines
  6223.  
  6224. Bezier collision detection (ray/bezier) is finished.
  6225.  
  6226.  
  6227. ------------------------------------------------------------------------
  6228. r575 | joevenzon | 2005-11-14 19:00:38 -0800 (Mon, 14 Nov 2005) | 3 lines
  6229.  
  6230. Bezier road example test code enabled....
  6231.  
  6232.  
  6233. ------------------------------------------------------------------------
  6234. r574 | nenillo | 2005-11-13 12:43:41 -0800 (Sun, 13 Nov 2005) | 1 line
  6235.  
  6236. Updating Dev-Cpp files.
  6237. ------------------------------------------------------------------------
  6238. r573 | thelusiv | 2005-11-13 11:31:46 -0800 (Sun, 13 Nov 2005) | 2 lines
  6239.  
  6240. Oops..using ints instead of string::size_types again, fixed in settings.cpp
  6241.  
  6242. ------------------------------------------------------------------------
  6243. r572 | joevenzon | 2005-11-13 11:07:19 -0800 (Sun, 13 Nov 2005) | 3 lines
  6244.  
  6245. Configfile bool added.
  6246.  
  6247.  
  6248. ------------------------------------------------------------------------
  6249. r571 | thelusiv | 2005-11-13 10:58:27 -0800 (Sun, 13 Nov 2005) | 2 lines
  6250.  
  6251. Added a default configfile (loads data/settings/VDrift.config) to settings
  6252.  
  6253. ------------------------------------------------------------------------
  6254. r570 | thelusiv | 2005-11-13 10:55:44 -0800 (Sun, 13 Nov 2005) | 2 lines
  6255.  
  6256. Finished up new Get(...) and Set(...) functions
  6257.  
  6258. ------------------------------------------------------------------------
  6259. r569 | thelusiv | 2005-11-13 09:24:47 -0800 (Sun, 13 Nov 2005) | 2 lines
  6260.  
  6261. Made vamos no longer compile as a lib, adding some more stuff to SETTINGS::Get (not done yet)
  6262.  
  6263. ------------------------------------------------------------------------
  6264. r568 | joevenzon | 2005-11-12 12:22:58 -0800 (Sat, 12 Nov 2005) | 3 lines
  6265.  
  6266. Some work on the bezier class.
  6267.  
  6268.  
  6269. ------------------------------------------------------------------------
  6270. r567 | joevenzon | 2005-11-12 10:23:13 -0800 (Sat, 12 Nov 2005) | 3 lines
  6271.  
  6272. Added a bezier class.
  6273.  
  6274.  
  6275. ------------------------------------------------------------------------
  6276. r566 | joevenzon | 2005-11-12 10:17:05 -0800 (Sat, 12 Nov 2005) | 3 lines
  6277.  
  6278. Finished model class cleanups, car paint is working again.
  6279.  
  6280.  
  6281. ------------------------------------------------------------------------
  6282. r565 | joevenzon | 2005-11-12 08:22:47 -0800 (Sat, 12 Nov 2005) | 4 lines
  6283.  
  6284. Tweaked the XM and GT engine inertias and friction to rev more 
  6285. realistically.
  6286.  
  6287.  
  6288. ------------------------------------------------------------------------
  6289. r563 | thelusiv | 2005-11-12 01:23:09 -0800 (Sat, 12 Nov 2005) | 2 lines
  6290.  
  6291. Turning on configfile debugging again, making sure XM carsettings file gets copied at runtime.
  6292.  
  6293. ------------------------------------------------------------------------
  6294. r562 | joevenzon | 2005-11-11 22:43:58 -0800 (Fri, 11 Nov 2005) | 3 lines
  6295.  
  6296. Cleaned up the model class and made it easier to work with.
  6297.  
  6298.  
  6299. ------------------------------------------------------------------------
  6300. r560 | thelusiv | 2005-11-11 20:36:13 -0800 (Fri, 11 Nov 2005) | 2 lines
  6301.  
  6302. View distance settings is in the menu now under options -> display -> view distance. Added some new textures for the XM. Added view_distance to default VDrift.config.
  6303.  
  6304. ------------------------------------------------------------------------
  6305. r558 | joevenzon | 2005-11-11 18:35:47 -0800 (Fri, 11 Nov 2005) | 5 lines
  6306.  
  6307. Added a viewing distance option to the settings class. 
  6308. (settings.GetViewDistance() -- should return a float with the number of 
  6309. meters that are visible.  10,000.0 should be the default.)
  6310.  
  6311.  
  6312. ------------------------------------------------------------------------
  6313. r556 | thelusiv | 2005-11-10 18:08:25 -0800 (Thu, 10 Nov 2005) | 2 lines
  6314.  
  6315. another few string::size_type vars i missed
  6316.  
  6317. ------------------------------------------------------------------------
  6318. r555 | thelusiv | 2005-11-10 16:53:23 -0800 (Thu, 10 Nov 2005) | 2 lines
  6319.  
  6320. Changed all the unsigned int variables used for string positions into type string::size_type as they should be. Could this fix the gcc4 bug....?
  6321.  
  6322. ------------------------------------------------------------------------
  6323. r552 | thelusiv | 2005-11-09 15:26:39 -0800 (Wed, 09 Nov 2005) | 2 lines
  6324.  
  6325. Corrected weight and driver view position on XM, made glass transparent and removed "///M Power" banner
  6326.  
  6327. ------------------------------------------------------------------------
  6328. r551 | thelusiv | 2005-11-09 14:18:21 -0800 (Wed, 09 Nov 2005) | 2 lines
  6329.  
  6330. XM is now reasonably drivable thanks to a tip about the gas tank from dolio in the forums.
  6331.  
  6332. ------------------------------------------------------------------------
  6333. r550 | thelusiv | 2005-11-09 11:15:27 -0800 (Wed, 09 Nov 2005) | 2 lines
  6334.  
  6335. Added a Valgrind error suppression file, you can use this with the memory profiler tool valgrind to find memory leaks and other memory problems in VDrift without seeing all the errors in libraries VDrift uses. Just run VDrift like this: "valgrind --suppressions=tools/valgrind/vdrift.supp". Some small tweaks on the XM...
  6336.  
  6337. ------------------------------------------------------------------------
  6338. r549 | thelusiv | 2005-11-09 08:28:54 -0800 (Wed, 09 Nov 2005) | 2 lines
  6339.  
  6340. Moving glass and body models for XM down some, adjusted the .car file to match.
  6341.  
  6342. ------------------------------------------------------------------------
  6343. r546 | joevenzon | 2005-11-08 18:27:07 -0800 (Tue, 08 Nov 2005) | 3 lines
  6344.  
  6345. Timer textures are now reloaded.
  6346.  
  6347.  
  6348. ------------------------------------------------------------------------
  6349. r545 | joevenzon | 2005-11-08 18:19:43 -0800 (Tue, 08 Nov 2005) | 3 lines
  6350.  
  6351. Attempt to fix particle texture reloading.
  6352.  
  6353.  
  6354. ------------------------------------------------------------------------
  6355. r544 | joevenzon | 2005-11-08 17:54:23 -0800 (Tue, 08 Nov 2005) | 3 lines
  6356.  
  6357. Updated TODO.
  6358.  
  6359.  
  6360. ------------------------------------------------------------------------
  6361. r543 | thelusiv | 2005-11-08 11:07:20 -0800 (Tue, 08 Nov 2005) | 2 lines
  6362.  
  6363. Used some larger textures in GUI on small setting.
  6364.  
  6365. ------------------------------------------------------------------------
  6366. r542 | thelusiv | 2005-11-08 10:47:53 -0800 (Tue, 08 Nov 2005) | 2 lines
  6367.  
  6368. Re-exported XM wheels without rotation, updated a bunch of positions in XM.car. Car now no longer flies into the air. Drivable but very touchy.
  6369.  
  6370. ------------------------------------------------------------------------
  6371. r541 | thelusiv | 2005-11-08 06:14:06 -0800 (Tue, 08 Nov 2005) | 2 lines
  6372.  
  6373. Updated a little more on the XM, still very weird
  6374.  
  6375. ------------------------------------------------------------------------
  6376. r540 | thelusiv | 2005-11-08 05:49:32 -0800 (Tue, 08 Nov 2005) | 2 lines
  6377.  
  6378. Imported some settings from the M3 GTR on Racer-Xtreme.com. Car now acts really funky.
  6379.  
  6380. ------------------------------------------------------------------------
  6381. r539 | joevenzon | 2005-11-07 19:55:29 -0800 (Mon, 07 Nov 2005) | 3 lines
  6382.  
  6383. Made the XM work.
  6384.  
  6385.  
  6386. ------------------------------------------------------------------------
  6387. r538 | thelusiv | 2005-11-07 19:18:11 -0800 (Mon, 07 Nov 2005) | 2 lines
  6388.  
  6389. Checked in a new car from Gianni: the XM (BMW M3 GTR). Warning: game hangs after you go to it in "select car" menu.
  6390.  
  6391. ------------------------------------------------------------------------
  6392. r537 | thelusiv | 2005-11-07 05:23:17 -0800 (Mon, 07 Nov 2005) | 2 lines
  6393.  
  6394. Changed spaces to tabs, updated VDrift.config with proper version. Changed "ChangeTexSize" menu to "QuitToChange" and now use it to warn usersthat they need to quit after changing their resolution (only in Win and Apple builds).
  6395.  
  6396. ------------------------------------------------------------------------
  6397. r536 | joevenzon | 2005-11-06 11:19:01 -0800 (Sun, 06 Nov 2005) | 3 lines
  6398.  
  6399. Trees now reload when the display resolution is changed.
  6400.  
  6401.  
  6402. ------------------------------------------------------------------------
  6403. r535 | abs1nth | 2005-11-06 10:43:32 -0800 (Sun, 06 Nov 2005) | 2 lines
  6404.  
  6405. add a target to the xcode project that automatically produces a final deployable .dmg file
  6406. add mac readme file
  6407. ------------------------------------------------------------------------
  6408. r534 | joevenzon | 2005-11-06 10:25:37 -0800 (Sun, 06 Nov 2005) | 3 lines
  6409.  
  6410. The menu class now manages its memory properly when reloaded.
  6411.  
  6412.  
  6413. ------------------------------------------------------------------------
  6414. r533 | joevenzon | 2005-11-06 10:01:54 -0800 (Sun, 06 Nov 2005) | 3 lines
  6415.  
  6416. Added code to reload menu and text OpenGL data on resolution change.
  6417.  
  6418.  
  6419. ------------------------------------------------------------------------
  6420. r532 | joevenzon | 2005-11-06 09:14:45 -0800 (Sun, 06 Nov 2005) | 3 lines
  6421.  
  6422. Fixed a bug in strRTrim.
  6423.  
  6424.  
  6425. ------------------------------------------------------------------------
  6426. r531 | joevenzon | 2005-11-05 23:03:51 -0800 (Sat, 05 Nov 2005) | 3 lines
  6427.  
  6428. Added a Write method to configfile that allows a "Save As..."
  6429.  
  6430.  
  6431. ------------------------------------------------------------------------
  6432. r530 | nenillo | 2005-11-05 17:12:26 -0800 (Sat, 05 Nov 2005) | 20 lines
  6433.  
  6434. main.cpp
  6435. - Commented wglext.h include
  6436. - Some code to try to fix on-the-fly display change on win (no luck at all)
  6437.  
  6438. settings.cpp
  6439. - data directory path will be always relative on windows
  6440. - I changed to check if .vdrift/VDrift.config exists instead of .vdrift because FileExists is for files and does not work on directories (at least on windows).
  6441. - Added xcopy and copy command instead of cp (for windows only)
  6442. - Changed mkdir to work in windows.
  6443. - Ported FindHomeDir to windows (uses getenv("USERPROFILE") to find c:\Documments And Settings\User)
  6444. - Changed default data directory path to be "data" in ParseSettings
  6445. - GetDataDir always return "data_directory" on windows.
  6446.  
  6447. utility.cpp
  6448. - Changed wglext.h include to glut.h
  6449.  
  6450. Created an icon for windows. Includes 16x16, 32x32 and 64x64 versions of data/textures/large/icons/vdrift-XxX.png
  6451.  
  6452. Added and Updated some Dev-Cpp files.
  6453.  
  6454. ------------------------------------------------------------------------
  6455. r529 | joevenzon | 2005-11-05 16:33:29 -0800 (Sat, 05 Nov 2005) | 3 lines
  6456.  
  6457. Quick hack to fix shadow bugs.
  6458.  
  6459.  
  6460. ------------------------------------------------------------------------
  6461. r528 | abs1nth | 2005-11-05 14:07:57 -0800 (Sat, 05 Nov 2005) | 1 line
  6462.  
  6463. add libmod.a to osx dir
  6464. ------------------------------------------------------------------------
  6465. r527 | abs1nth | 2005-11-05 14:05:45 -0800 (Sat, 05 Nov 2005) | 2 lines
  6466.  
  6467. link against fmod on osx which actually works and remove disable sound hack for osx
  6468.  
  6469. ------------------------------------------------------------------------
  6470. r526 | thelusiv | 2005-11-04 23:21:45 -0800 (Fri, 04 Nov 2005) | 2 lines
  6471.  
  6472. Applying patch from fabienZ to get VDrift working on OpenAL 1.1. Fixed brake bias on XS
  6473.  
  6474. ------------------------------------------------------------------------
  6475. r523 | thelusiv | 2005-11-04 19:39:10 -0800 (Fri, 04 Nov 2005) | 2 lines
  6476.  
  6477. Fixing a bug where SCons tries to require existence of /usr/share/games/vdrift. Oops!
  6478.  
  6479. ------------------------------------------------------------------------
  6480. r522 | abs1nth | 2005-11-04 12:21:29 -0800 (Fri, 04 Nov 2005) | 1 line
  6481.  
  6482. add mac icon file
  6483. ------------------------------------------------------------------------
  6484. r521 | abs1nth | 2005-11-04 12:21:11 -0800 (Fri, 04 Nov 2005) | 1 line
  6485.  
  6486. add file for dynamic mac path confoiguration
  6487. ------------------------------------------------------------------------
  6488. r520 | abs1nth | 2005-11-04 12:18:07 -0800 (Fri, 04 Nov 2005) | 2 lines
  6489.  
  6490. macosx fixes
  6491.  
  6492. ------------------------------------------------------------------------
  6493. r519 | thelusiv | 2005-11-04 09:48:39 -0800 (Fri, 04 Nov 2005) | 2 lines
  6494.  
  6495. Perhaps fixed a Win32 crash.
  6496.  
  6497. ------------------------------------------------------------------------
  6498. r518 | joevenzon | 2005-11-04 06:41:04 -0800 (Fri, 04 Nov 2005) | 3 lines
  6499.  
  6500. Attempting to fix OSX bug....
  6501.  
  6502.  
  6503. ------------------------------------------------------------------------
  6504. r517 | thelusiv | 2005-11-03 08:06:23 -0800 (Thu, 03 Nov 2005) | 2 lines
  6505.  
  6506. Small docs updates
  6507.  
  6508. ------------------------------------------------------------------------
  6509. r516 | thelusiv | 2005-11-03 07:03:14 -0800 (Thu, 03 Nov 2005) | 2 lines
  6510.  
  6511. Updated docs, removed alpha from some more small XS textures.
  6512.  
  6513. ------------------------------------------------------------------------
  6514. r515 | thelusiv | 2005-11-03 06:46:50 -0800 (Thu, 03 Nov 2005) | 2 lines
  6515.  
  6516. Changed slightly build help, flattened data/cars/XS/textures/small/interior.png
  6517.  
  6518. ------------------------------------------------------------------------
  6519. r514 | thelusiv | 2005-11-03 06:16:19 -0800 (Thu, 03 Nov 2005) | 2 lines
  6520.  
  6521. Changing MAXCHAR to MAXIMUMCHAR for Win compatibility, updating default config version to pre-2005-11-03.
  6522.  
  6523. ------------------------------------------------------------------------
  6524. r513 | thelusiv | 2005-11-03 05:48:02 -0800 (Thu, 03 Nov 2005) | 2 lines
  6525.  
  6526. Added osx tools toe the src package
  6527.  
  6528. ------------------------------------------------------------------------
  6529. r512 | thelusiv | 2005-11-03 05:20:59 -0800 (Thu, 03 Nov 2005) | 2 lines
  6530.  
  6531. Decreasing shift delays on cars...
  6532.  
  6533. ------------------------------------------------------------------------
  6534. r511 | thelusiv | 2005-11-03 05:16:37 -0800 (Thu, 03 Nov 2005) | 2 lines
  6535.  
  6536. Release time! turning off configfile debug prints.
  6537.  
  6538. ------------------------------------------------------------------------
  6539. r510 | thelusiv | 2005-11-03 05:00:56 -0800 (Thu, 03 Nov 2005) | 2 lines
  6540.  
  6541. Updated installer script for binary package.
  6542.  
  6543. ------------------------------------------------------------------------
  6544. r509 | joevenzon | 2005-11-02 17:50:29 -0800 (Wed, 02 Nov 2005) | 3 lines
  6545.  
  6546. Attempting to fix OSX crash on car load....
  6547.  
  6548.  
  6549. ------------------------------------------------------------------------
  6550. r508 | thelusiv | 2005-11-02 10:12:00 -0800 (Wed, 02 Nov 2005) | 2 lines
  6551.  
  6552. Getting rid of more signed/unsigned int comparison warnings.
  6553.  
  6554. ------------------------------------------------------------------------
  6555. r507 | thelusiv | 2005-11-02 09:37:43 -0800 (Wed, 02 Nov 2005) | 2 lines
  6556.  
  6557. Got rid of warnings about comparisons between signed and unsigned integers in configfile.cpp
  6558.  
  6559. ------------------------------------------------------------------------
  6560. r506 | thelusiv | 2005-11-02 08:38:40 -0800 (Wed, 02 Nov 2005) | 2 lines
  6561.  
  6562. Adding a check for config file version versus version number specified at compile time - a warning of possible problems is printed.
  6563.  
  6564. ------------------------------------------------------------------------
  6565. r505 | thelusiv | 2005-11-02 07:35:17 -0800 (Wed, 02 Nov 2005) | 2 lines
  6566.  
  6567. Turning configfile debugging back on
  6568.  
  6569. ------------------------------------------------------------------------
  6570. r504 | thelusiv | 2005-11-02 05:52:37 -0800 (Wed, 02 Nov 2005) | 2 lines
  6571.  
  6572. Switched to ClearParam for clearing parts list, updated Help menu.
  6573.  
  6574. ------------------------------------------------------------------------
  6575. r503 | thelusiv | 2005-11-02 05:08:09 -0800 (Wed, 02 Nov 2005) | 2 lines
  6576.  
  6577. Changed the way data dir is specified in SCons* files, added a file to the bin package that wasn't, updated docs for release.
  6578.  
  6579. ------------------------------------------------------------------------
  6580. r502 | thelusiv | 2005-11-01 20:59:30 -0800 (Tue, 01 Nov 2005) | 2 lines
  6581.  
  6582. Oops, un-breaking compile
  6583.  
  6584. ------------------------------------------------------------------------
  6585. r501 | thelusiv | 2005-11-01 20:54:58 -0800 (Tue, 01 Nov 2005) | 2 lines
  6586.  
  6587. Changing FileExists function to use fopen instead of stat to test for file existence, removed DirExists function.
  6588.  
  6589. ------------------------------------------------------------------------
  6590. r500 | joevenzon | 2005-11-01 18:36:35 -0800 (Tue, 01 Nov 2005) | 3 lines
  6591.  
  6592. Added a way to clear a single variable.
  6593.  
  6594.  
  6595. ------------------------------------------------------------------------
  6596. r499 | thelusiv | 2005-11-01 11:04:50 -0800 (Tue, 01 Nov 2005) | 2 lines
  6597.  
  6598. Suppressing errors in parts loading, fixed spelling of "suppress".. :)
  6599.  
  6600. ------------------------------------------------------------------------
  6601. r498 | thelusiv | 2005-11-01 08:38:14 -0800 (Tue, 01 Nov 2005) | 2 lines
  6602.  
  6603. Changed library checks for GL and GLU to header checks, added libraries to build options manually.
  6604.  
  6605. ------------------------------------------------------------------------
  6606. r497 | thelusiv | 2005-11-01 05:34:56 -0800 (Tue, 01 Nov 2005) | 2 lines
  6607.  
  6608. Finished moving tires to tires-front and tires-rear
  6609.  
  6610. ------------------------------------------------------------------------
  6611. r496 | thelusiv | 2005-11-01 05:32:47 -0800 (Tue, 01 Nov 2005) | 2 lines
  6612.  
  6613. Splitting carparts/tires/ up into carparts/tires-front/ and carparts/tires-rear/
  6614.  
  6615. ------------------------------------------------------------------------
  6616. r495 | thelusiv | 2005-11-01 05:26:54 -0800 (Tue, 01 Nov 2005) | 2 lines
  6617.  
  6618. Adding some more tires from the other cars.
  6619.  
  6620. ------------------------------------------------------------------------
  6621. r494 | thelusiv | 2005-10-31 23:31:18 -0800 (Mon, 31 Oct 2005) | 2 lines
  6622.  
  6623. Full car parts support in the menus!
  6624.  
  6625. ------------------------------------------------------------------------
  6626. r493 | thelusiv | 2005-10-31 21:16:36 -0800 (Mon, 31 Oct 2005) | 2 lines
  6627.  
  6628. Release option now turns off optimization. Checking in parts_list (forgot).
  6629.  
  6630. ------------------------------------------------------------------------
  6631. r492 | thelusiv | 2005-10-31 21:09:38 -0800 (Mon, 31 Oct 2005) | 2 lines
  6632.  
  6633. Removed stuff to save parts in Car.cc
  6634.  
  6635. ------------------------------------------------------------------------
  6636. r491 | thelusiv | 2005-10-31 16:06:06 -0800 (Mon, 31 Oct 2005) | 2 lines
  6637.  
  6638. Beginnings of car customization settings saving
  6639.  
  6640. ------------------------------------------------------------------------
  6641. r490 | thelusiv | 2005-10-31 12:26:56 -0800 (Mon, 31 Oct 2005) | 2 lines
  6642.  
  6643. Adding menu for car parts list. Settings are not saved yet.
  6644.  
  6645. ------------------------------------------------------------------------
  6646. r489 | thelusiv | 2005-10-31 09:11:25 -0800 (Mon, 31 Oct 2005) | 2 lines
  6647.  
  6648. Removed individual parts lists, made one single file in the carparts/ directory that lists all the parts in every directory, so we don't have to keep up a list of parts subdirectories too. Fixed a bug that carparts/SConscript didn't distribute itself into src and bin packages.
  6649.  
  6650. ------------------------------------------------------------------------
  6651. r488 | thelusiv | 2005-10-31 08:47:20 -0800 (Mon, 31 Oct 2005) | 2 lines
  6652.  
  6653. Filled out tire parts list
  6654.  
  6655. ------------------------------------------------------------------------
  6656. r487 | thelusiv | 2005-10-31 08:46:22 -0800 (Mon, 31 Oct 2005) | 2 lines
  6657.  
  6658. Moving files from .txt to no extension
  6659.  
  6660. ------------------------------------------------------------------------
  6661. r486 | thelusiv | 2005-10-31 08:44:38 -0800 (Mon, 31 Oct 2005) | 2 lines
  6662.  
  6663. Lists of car parts for each subdirectory of data/carparts
  6664.  
  6665. ------------------------------------------------------------------------
  6666. r485 | thelusiv | 2005-10-31 05:49:54 -0800 (Mon, 31 Oct 2005) | 2 lines
  6667.  
  6668. Medium and small textures for XSR, blank SConscript files for empty carparts directories, fixed bug in the shadow.png loading path, new default camera mode (in car), fixed menu crash when game is started and escape is pressed.
  6669.  
  6670. ------------------------------------------------------------------------
  6671. r484 | thelusiv | 2005-10-31 05:40:12 -0800 (Mon, 31 Oct 2005) | 2 lines
  6672.  
  6673. SConscript for engine 
  6674.  
  6675. ------------------------------------------------------------------------
  6676. r483 | thelusiv | 2005-10-30 21:32:16 -0800 (Sun, 30 Oct 2005) | 2 lines
  6677.  
  6678. Fixed Main menu again...
  6679.  
  6680. ------------------------------------------------------------------------
  6681. r482 | thelusiv | 2005-10-30 21:17:25 -0800 (Sun, 30 Oct 2005) | 2 lines
  6682.  
  6683. Fixed Main menu, oops
  6684.  
  6685. ------------------------------------------------------------------------
  6686. r481 | thelusiv | 2005-10-30 20:52:11 -0800 (Sun, 30 Oct 2005) | 2 lines
  6687.  
  6688. Added a menu for AutoClutch and something to notify users that they need to restart after changing texture sizes. Made the escape key go back a menu instead of closing it or going to Main.
  6689.  
  6690. ------------------------------------------------------------------------
  6691. r480 | joevenzon | 2005-10-30 19:23:40 -0800 (Sun, 30 Oct 2005) | 3 lines
  6692.  
  6693. Fixed the autoclutch implementation.
  6694.  
  6695.  
  6696. ------------------------------------------------------------------------
  6697. r479 | joevenzon | 2005-10-30 16:19:24 -0800 (Sun, 30 Oct 2005) | 3 lines
  6698.  
  6699. Added an auto-clutch feature.
  6700.  
  6701.  
  6702. ------------------------------------------------------------------------
  6703. r478 | joevenzon | 2005-10-30 10:56:18 -0800 (Sun, 30 Oct 2005) | 3 lines
  6704.  
  6705. Car part support is now complete.
  6706.  
  6707.  
  6708. ------------------------------------------------------------------------
  6709. r477 | joevenzon | 2005-10-30 10:37:01 -0800 (Sun, 30 Oct 2005) | 3 lines
  6710.  
  6711. added the offending sconscripts
  6712.  
  6713.  
  6714. ------------------------------------------------------------------------
  6715. r476 | joevenzon | 2005-10-30 10:31:25 -0800 (Sun, 30 Oct 2005) | 3 lines
  6716.  
  6717. Help!  SCONS!
  6718.  
  6719.  
  6720. ------------------------------------------------------------------------
  6721. r475 | thelusiv | 2005-10-30 01:22:13 -0800 (Sun, 30 Oct 2005) | 2 lines
  6722.  
  6723. Updated most everything to use GetFullDataPath instead of GetDataDir, allowing for an alternate set of data in ~/.vdrift/userdata/.
  6724.  
  6725. ------------------------------------------------------------------------
  6726. r474 | joevenzon | 2005-10-30 01:55:51 -0700 (Sun, 30 Oct 2005) | 3 lines
  6727.  
  6728. adjusted torque friction of GT again
  6729.  
  6730.  
  6731. ------------------------------------------------------------------------
  6732. r473 | joevenzon | 2005-10-30 01:53:23 -0700 (Sun, 30 Oct 2005) | 3 lines
  6733.  
  6734. Adjusted the engine friction of the GT.
  6735.  
  6736.  
  6737. ------------------------------------------------------------------------
  6738. r472 | thelusiv | 2005-10-30 01:46:19 -0700 (Sun, 30 Oct 2005) | 2 lines
  6739.  
  6740. Added functions to get full data file path in either ~/.vdrift/userdata/ or system-wide data dir. Also added check to make sure all value in the settings have a reasonable default even if not in the user's config file.
  6741.  
  6742. ------------------------------------------------------------------------
  6743. r471 | thelusiv | 2005-10-29 23:00:40 -0700 (Sat, 29 Oct 2005) | 2 lines
  6744.  
  6745. Support for lowering car texture detail and all the necessary textures.
  6746.  
  6747. ------------------------------------------------------------------------
  6748. r470 | thelusiv | 2005-10-29 22:28:12 -0700 (Sat, 29 Oct 2005) | 2 lines
  6749.  
  6750. Adding medium and small textures for XS.
  6751.  
  6752. ------------------------------------------------------------------------
  6753. r469 | thelusiv | 2005-10-29 22:07:20 -0700 (Sat, 29 Oct 2005) | 2 lines
  6754.  
  6755. Moving XS textures to textures/large/.
  6756.  
  6757. ------------------------------------------------------------------------
  6758. r468 | thelusiv | 2005-10-29 11:21:15 -0700 (Sat, 29 Oct 2005) | 2 lines
  6759.  
  6760. Oops, forgot to check in SConscript for this dir...also did a cubic resize on font textures.
  6761.  
  6762. ------------------------------------------------------------------------
  6763. r467 | thelusiv | 2005-10-28 11:01:42 -0700 (Fri, 28 Oct 2005) | 2 lines
  6764.  
  6765. Resized all medium textures to be <= 256x256, resized all small textures to be <= 128x128.
  6766.  
  6767. ------------------------------------------------------------------------
  6768. r466 | thelusiv | 2005-10-28 10:23:39 -0700 (Fri, 28 Oct 2005) | 2 lines
  6769.  
  6770. Copied large textures to medium and small subdirectories.
  6771.  
  6772. ------------------------------------------------------------------------
  6773. r465 | thelusiv | 2005-10-28 09:37:51 -0700 (Fri, 28 Oct 2005) | 2 lines
  6774.  
  6775. Moved textures into large/ subdir and changed code and settings to reflect this.
  6776.  
  6777. ------------------------------------------------------------------------
  6778. r464 | thelusiv | 2005-10-28 09:00:17 -0700 (Fri, 28 Oct 2005) | 2 lines
  6779.  
  6780. Removed a bunch more unused textures, finished TexSize[Small|Medium|Large] menu handlers and added texture size setting to default config file.
  6781.  
  6782. ------------------------------------------------------------------------
  6783. r463 | thelusiv | 2005-10-28 00:28:25 -0700 (Fri, 28 Oct 2005) | 2 lines
  6784.  
  6785. Turned Debug printing back on in CONFIGFILE::Load().
  6786.  
  6787. ------------------------------------------------------------------------
  6788. r462 | thelusiv | 2005-10-28 00:24:41 -0700 (Fri, 28 Oct 2005) | 2 lines
  6789.  
  6790. Moving canopy stuff to data/textures/trees/ instead of data/textures/track/.
  6791.  
  6792. ------------------------------------------------------------------------
  6793. r461 | thelusiv | 2005-10-28 00:19:52 -0700 (Fri, 28 Oct 2005) | 2 lines
  6794.  
  6795. Moved everything in data/tex to data/textures and put all the textures in subdirectories of data/textures. Removed some unused textures. Added menu and config file option for texture size (not yet implemented). Changed all necessary texture paths in the code.
  6796.  
  6797. ------------------------------------------------------------------------
  6798. r460 | thelusiv | 2005-10-27 14:50:04 -0700 (Thu, 27 Oct 2005) | 2 lines
  6799.  
  6800. Really removed \r's from CS car file - checked others, no \r's were present in other cars.
  6801.  
  6802. ------------------------------------------------------------------------
  6803. r459 | joevenzon | 2005-10-26 17:35:29 -0700 (Wed, 26 Oct 2005) | 3 lines
  6804.  
  6805. Made a reset function that takes the car to reset as an argument.
  6806.  
  6807.  
  6808. ------------------------------------------------------------------------
  6809. r458 | thelusiv | 2005-10-26 12:46:20 -0700 (Wed, 26 Oct 2005) | 2 lines
  6810.  
  6811. Mostly flattened terrain/parametric maps for Road Atlanta.
  6812.  
  6813. ------------------------------------------------------------------------
  6814. r457 | thelusiv | 2005-10-25 21:19:02 -0700 (Tue, 25 Oct 2005) | 2 lines
  6815.  
  6816. Added a torque curve for the GT
  6817.  
  6818. ------------------------------------------------------------------------
  6819. r456 | thelusiv | 2005-10-25 20:44:33 -0700 (Tue, 25 Oct 2005) | 2 lines
  6820.  
  6821. Raised XS start RPM, added torque curve for CS, tweaked suspension for CS so that front wheels will no longer be seen through the wheel wells using the in-car camera.
  6822.  
  6823. ------------------------------------------------------------------------
  6824. r455 | joevenzon | 2005-10-25 19:17:42 -0700 (Tue, 25 Oct 2005) | 4 lines
  6825.  
  6826. Fixed torque curve code, updated the XS torque curve to extend out 
  6827. through the peak rpm (required).
  6828.  
  6829.  
  6830. ------------------------------------------------------------------------
  6831. r454 | thelusiv | 2005-10-25 18:32:01 -0700 (Tue, 25 Oct 2005) | 2 lines
  6832.  
  6833. Made game crash with new 600RPM torque point
  6834.  
  6835. ------------------------------------------------------------------------
  6836. r453 | thelusiv | 2005-10-25 18:28:49 -0700 (Tue, 25 Oct 2005) | 2 lines
  6837.  
  6838. Added torque-curve-00 :
  6839.  
  6840. ------------------------------------------------------------------------
  6841. r452 | thelusiv | 2005-10-25 18:19:08 -0700 (Tue, 25 Oct 2005) | 2 lines
  6842.  
  6843. Changed torque curve to match file format.
  6844.  
  6845. ------------------------------------------------------------------------
  6846. r451 | joevenzon | 2005-10-25 18:05:20 -0700 (Tue, 25 Oct 2005) | 3 lines
  6847.  
  6848. The ghost car should now be removed on starting a new game.
  6849.  
  6850.  
  6851. ------------------------------------------------------------------------
  6852. r450 | joevenzon | 2005-10-25 17:38:54 -0700 (Tue, 25 Oct 2005) | 14 lines
  6853.  
  6854. Added torque curve support.  The format is:
  6855.  
  6856.  [ engine ]
  6857.  ...
  6858.  torque-friction = 0.00025
  6859.  torque-curve-00 = 1000.0, 150.0
  6860.  torque-curve-01 = 1000.0, 200.0
  6861.  torque-curve-02 = 1000.0, 300
  6862.  torque-curve-03 = 1000.0, 250
  6863.  
  6864. You get as many points as you want (past 99 you start with 100, 101, 
  6865. etc etc etc).
  6866.  
  6867.  
  6868. ------------------------------------------------------------------------
  6869. r449 | joevenzon | 2005-10-25 17:13:51 -0700 (Tue, 25 Oct 2005) | 3 lines
  6870.  
  6871. Ghost car replays should now use the correct car and paint.
  6872.  
  6873.  
  6874. ------------------------------------------------------------------------
  6875. r448 | thelusiv | 2005-10-25 14:01:53 -0700 (Tue, 25 Oct 2005) | 2 lines
  6876.  
  6877. Added a torque curve for the XS.
  6878.  
  6879. ------------------------------------------------------------------------
  6880. r447 | thelusiv | 2005-10-25 11:29:51 -0700 (Tue, 25 Oct 2005) | 2 lines
  6881.  
  6882. Flattened out Nurburgring a good bit.
  6883.  
  6884. ------------------------------------------------------------------------
  6885. r446 | thelusiv | 2005-10-24 23:10:08 -0700 (Mon, 24 Oct 2005) | 2 lines
  6886.  
  6887. Fixed XSR's about file.
  6888.  
  6889. ------------------------------------------------------------------------
  6890. r445 | thelusiv | 2005-10-24 23:02:32 -0700 (Mon, 24 Oct 2005) | 2 lines
  6891.  
  6892. Fixing names of .car files.
  6893.  
  6894. ------------------------------------------------------------------------
  6895. r444 | thelusiv | 2005-10-24 22:47:14 -0700 (Mon, 24 Oct 2005) | 2 lines
  6896.  
  6897. Changed all the cars' names. The S2000 has become the XS, the Carrera has become the CS, the Mustang is now the GT, and the S2000-R is the XSR.
  6898.  
  6899. ------------------------------------------------------------------------
  6900. r443 | thelusiv | 2005-10-24 22:07:54 -0700 (Mon, 24 Oct 2005) | 2 lines
  6901.  
  6902. Put the tires from the Carrera on the S2000
  6903.  
  6904. ------------------------------------------------------------------------
  6905. r442 | thelusiv | 2005-10-24 21:33:40 -0700 (Mon, 24 Oct 2005) | 2 lines
  6906.  
  6907. Settings class now ensures that there is a ~/.vdrift/carsettings directory and creates it if missing
  6908.  
  6909. ------------------------------------------------------------------------
  6910. r441 | joevenzon | 2005-10-24 21:32:49 -0700 (Mon, 24 Oct 2005) | 3 lines
  6911.  
  6912. The mustang now has a 50/50 brake balance.
  6913.  
  6914.  
  6915. ------------------------------------------------------------------------
  6916. r440 | thelusiv | 2005-10-24 20:51:00 -0700 (Mon, 24 Oct 2005) | 2 lines
  6917.  
  6918. Moving config_mac.h to the include directory
  6919.  
  6920. ------------------------------------------------------------------------
  6921. r439 | thelusiv | 2005-10-24 20:50:28 -0700 (Mon, 24 Oct 2005) | 2 lines
  6922.  
  6923. Added Julian Mayer's OS X build tools, and incorporating his OS X patch. Also checking in new default display settings: 800x600x16 windowed is default screen settings, and Trees and Terrain are set to Low Detail.
  6924.  
  6925. ------------------------------------------------------------------------
  6926. r438 | joevenzon | 2005-10-23 12:10:55 -0700 (Sun, 23 Oct 2005) | 4 lines
  6927.  
  6928. User car settings and now loaded (but not checked for errors -- use 
  6929. -verbose for configfile error checking).
  6930.  
  6931.  
  6932. ------------------------------------------------------------------------
  6933. r437 | joevenzon | 2005-10-23 09:08:05 -0700 (Sun, 23 Oct 2005) | 4 lines
  6934.  
  6935. All \n and \r characters are now stripped before the configfile is 
  6936. processed.
  6937.  
  6938.  
  6939. ------------------------------------------------------------------------
  6940. r436 | thelusiv | 2005-10-23 09:05:38 -0700 (Sun, 23 Oct 2005) | 2 lines
  6941.  
  6942. removing \r's
  6943.  
  6944. ------------------------------------------------------------------------
  6945. r435 | joevenzon | 2005-10-22 08:23:42 -0700 (Sat, 22 Oct 2005) | 4 lines
  6946.  
  6947. Corrected the carrera HP according to:
  6948. http://www.theautobahn.com/forum/showcar.php?do=overview&car_model_id=180
  6949.  
  6950.  
  6951. ------------------------------------------------------------------------
  6952. r434 | thelusiv | 2005-10-21 11:07:31 -0700 (Fri, 21 Oct 2005) | 2 lines
  6953.  
  6954. Fixing default keyboard controls, once again.
  6955.  
  6956. ------------------------------------------------------------------------
  6957. r433 | thelusiv | 2005-10-21 10:44:46 -0700 (Fri, 21 Oct 2005) | 2 lines
  6958.  
  6959. Forgot the MPHorKPH menu, checking it in.
  6960.  
  6961. ------------------------------------------------------------------------
  6962. r432 | joevenzon | 2005-10-19 20:20:48 -0700 (Wed, 19 Oct 2005) | 3 lines
  6963.  
  6964. Changed all opengl EXT references to ARB approved names.
  6965.  
  6966.  
  6967. ------------------------------------------------------------------------
  6968. r431 | thelusiv | 2005-10-19 09:28:14 -0700 (Wed, 19 Oct 2005) | 2 lines
  6969.  
  6970. Added MPH/KPH setting to default config file (default is MPH).
  6971.  
  6972. ------------------------------------------------------------------------
  6973. r430 | thelusiv | 2005-10-19 09:22:57 -0700 (Wed, 19 Oct 2005) | 2 lines
  6974.  
  6975. Added an option to display speed in MPH or KPH.
  6976.  
  6977. ------------------------------------------------------------------------
  6978. r429 | thelusiv | 2005-10-19 08:46:34 -0700 (Wed, 19 Oct 2005) | 2 lines
  6979.  
  6980. Setting the keyboard controls for steering and gas/brake to "held" so they'll work right.
  6981.  
  6982. ------------------------------------------------------------------------
  6983. r428 | joevenzon | 2005-10-18 20:23:15 -0700 (Tue, 18 Oct 2005) | 3 lines
  6984.  
  6985. Added endian aware code to the model class.
  6986.  
  6987.  
  6988. ------------------------------------------------------------------------
  6989. r427 | thelusiv | 2005-10-18 18:44:03 -0700 (Tue, 18 Oct 2005) | 2 lines
  6990.  
  6991. Added 32x32 V icon to the window border.
  6992.  
  6993. ------------------------------------------------------------------------
  6994. r426 | thelusiv | 2005-10-18 18:17:14 -0700 (Tue, 18 Oct 2005) | 2 lines
  6995.  
  6996. Added some icons for the window border and menu entry.
  6997.  
  6998. ------------------------------------------------------------------------
  6999. r425 | thelusiv | 2005-10-18 00:41:25 -0700 (Tue, 18 Oct 2005) | 2 lines
  7000.  
  7001. Updated README to have all FAQ information. Added INSTALL doc with all important installation stuff. Fixed a typo in carrera about file.
  7002.  
  7003. ------------------------------------------------------------------------
  7004. r424 | thelusiv | 2005-10-17 20:30:54 -0700 (Mon, 17 Oct 2005) | 2 lines
  7005.  
  7006. Adjusted Carrera's peak engine RPM to give it a little more spunk.
  7007.  
  7008. ------------------------------------------------------------------------
  7009. r423 | thelusiv | 2005-10-17 20:02:38 -0700 (Mon, 17 Oct 2005) | 2 lines
  7010.  
  7011. Carrera is now unbelievably drivable. moved/added some scripts
  7012.  
  7013. ------------------------------------------------------------------------
  7014. r422 | thelusiv | 2005-10-17 17:16:32 -0700 (Mon, 17 Oct 2005) | 2 lines
  7015.  
  7016. Removing .xml car definition files.
  7017.  
  7018. ------------------------------------------------------------------------
  7019. r421 | thelusiv | 2005-10-17 14:30:45 -0700 (Mon, 17 Oct 2005) | 2 lines
  7020.  
  7021. Wrote a .car file for the Carrera and also a blank car file (in tools/cars/).
  7022.  
  7023. ------------------------------------------------------------------------
  7024. r420 | thelusiv | 2005-10-17 06:35:19 -0700 (Mon, 17 Oct 2005) | 2 lines
  7025.  
  7026. Added .car file for S2000-R
  7027.  
  7028. ------------------------------------------------------------------------
  7029. r419 | thelusiv | 2005-10-17 06:20:43 -0700 (Mon, 17 Oct 2005) | 2 lines
  7030.  
  7031. Moved camera forward slightly in S2000, fixed foliage incursion on Nurburgring, fixed trackshot path bug.
  7032.  
  7033. ------------------------------------------------------------------------
  7034. r418 | thelusiv | 2005-10-17 05:24:31 -0700 (Mon, 17 Oct 2005) | 2 lines
  7035.  
  7036. Turned touchiness compensation off in default control settings.
  7037.  
  7038. ------------------------------------------------------------------------
  7039. r417 | thelusiv | 2005-10-16 17:38:28 -0700 (Sun, 16 Oct 2005) | 2 lines
  7040.  
  7041. Reset default controls to keyboard settings
  7042.  
  7043. ------------------------------------------------------------------------
  7044. r416 | joevenzon | 2005-10-16 11:19:10 -0700 (Sun, 16 Oct 2005) | 3 lines
  7045.  
  7046. Small fixes to kill some warnings.
  7047.  
  7048.  
  7049. ------------------------------------------------------------------------
  7050. r415 | thelusiv | 2005-10-16 10:38:10 -0700 (Sun, 16 Oct 2005) | 2 lines
  7051.  
  7052. Adjusted driver view position in S2000 to be a little better.
  7053.  
  7054. ------------------------------------------------------------------------
  7055. r414 | thelusiv | 2005-10-16 10:28:47 -0700 (Sun, 16 Oct 2005) | 2 lines
  7056.  
  7057. Added -Wno-non-virtual-dtor 
  7058.  
  7059. ------------------------------------------------------------------------
  7060. r413 | thelusiv | 2005-10-16 10:17:13 -0700 (Sun, 16 Oct 2005) | 2 lines
  7061.  
  7062. Added -Wall to SCons build setup. Warning: Drastically increases compile time.
  7063.  
  7064. ------------------------------------------------------------------------
  7065. r412 | thelusiv | 2005-10-16 10:11:50 -0700 (Sun, 16 Oct 2005) | 2 lines
  7066.  
  7067. Put Racer's Spoon S2000 tire values on the car.
  7068.  
  7069. ------------------------------------------------------------------------
  7070. r411 | thelusiv | 2005-10-15 20:59:18 -0700 (Sat, 15 Oct 2005) | 2 lines
  7071.  
  7072. Created a .car file for the S2000.
  7073.  
  7074. ------------------------------------------------------------------------
  7075. r410 | joevenzon | 2005-10-15 19:16:50 -0700 (Sat, 15 Oct 2005) | 4 lines
  7076.  
  7077. Fixed a bug in the in-car jerk system, made the jerk smoother (which 
  7078. reduced jerkiness), added 50% more jerk to compensate.
  7079.  
  7080.  
  7081. ------------------------------------------------------------------------
  7082. r409 | joevenzon | 2005-10-15 18:55:12 -0700 (Sat, 15 Oct 2005) | 3 lines
  7083.  
  7084. Removed debug print in hood camera view.
  7085.  
  7086.  
  7087. ------------------------------------------------------------------------
  7088. r408 | joevenzon | 2005-10-15 18:53:30 -0700 (Sat, 15 Oct 2005) | 3 lines
  7089.  
  7090. Added loading from .car files.
  7091.  
  7092.  
  7093. ------------------------------------------------------------------------
  7094. r407 | joevenzon | 2005-10-15 12:18:02 -0700 (Sat, 15 Oct 2005) | 4 lines
  7095.  
  7096. Addad the proposed new car format (similar to the old one, for now, but 
  7097. not using XML).
  7098.  
  7099.  
  7100. ------------------------------------------------------------------------
  7101. r406 | thelusiv | 2005-10-13 10:46:13 -0700 (Thu, 13 Oct 2005) | 2 lines
  7102.  
  7103. Removed everything related to the Sound Mute option.
  7104.  
  7105. ------------------------------------------------------------------------
  7106. r405 | joevenzon | 2005-10-12 22:07:58 -0700 (Wed, 12 Oct 2005) | 3 lines
  7107.  
  7108. Added jerk to the in-car view (jerk = d acceleration/d t).
  7109.  
  7110.  
  7111. ------------------------------------------------------------------------
  7112. r404 | thelusiv | 2005-10-12 20:42:47 -0700 (Wed, 12 Oct 2005) | 2 lines
  7113.  
  7114. Added a mouse enable/disable option to the menu, fixed a few things missed in last commit...
  7115.  
  7116. ------------------------------------------------------------------------
  7117. r403 | joevenzon | 2005-10-12 20:20:50 -0700 (Wed, 12 Oct 2005) | 3 lines
  7118.  
  7119. Fixed tree shadow loading bug.
  7120.  
  7121.  
  7122. ------------------------------------------------------------------------
  7123. r402 | thelusiv | 2005-10-12 19:57:51 -0700 (Wed, 12 Oct 2005) | 2 lines
  7124.  
  7125. Added a Mouse Options menu with Gas/brake sensitivity and deadzone, and steering sensitivity.
  7126.  
  7127. ------------------------------------------------------------------------
  7128. r401 | thelusiv | 2005-10-12 18:24:42 -0700 (Wed, 12 Oct 2005) | 2 lines
  7129.  
  7130. Removed the "Mute" menu entry for now, added a 0% sound volume option instead.
  7131.  
  7132. ------------------------------------------------------------------------
  7133. r400 | joevenzon | 2005-10-12 17:23:48 -0700 (Wed, 12 Oct 2005) | 4 lines
  7134.  
  7135. Added a mouse interface to change deadzone (only Y axis) and 
  7136. sensitivity (X and Y axis).
  7137.  
  7138.  
  7139. ------------------------------------------------------------------------
  7140. r399 | thelusiv | 2005-10-12 11:01:40 -0700 (Wed, 12 Oct 2005) | 2 lines
  7141.  
  7142. Restructured Options menu, added a Sound options menu where the sound can be muted (completely disabled) or the volume can be changed in 10% increments.
  7143.  
  7144. ------------------------------------------------------------------------
  7145. r398 | joevenzon | 2005-10-11 18:45:53 -0700 (Tue, 11 Oct 2005) | 3 lines
  7146.  
  7147. hide the mouse steering graphics when disabled
  7148.  
  7149.  
  7150. ------------------------------------------------------------------------
  7151. r397 | joevenzon | 2005-10-11 18:40:42 -0700 (Tue, 11 Oct 2005) | 3 lines
  7152.  
  7153. mouse driving is now allowed when it's a ghost car replay
  7154.  
  7155.  
  7156. ------------------------------------------------------------------------
  7157. r396 | joevenzon | 2005-10-11 18:39:54 -0700 (Tue, 11 Oct 2005) | 3 lines
  7158.  
  7159. Mousedriving no longer allowed when the replay is playing.
  7160.  
  7161.  
  7162. ------------------------------------------------------------------------
  7163. r395 | joevenzon | 2005-10-11 18:36:56 -0700 (Tue, 11 Oct 2005) | 3 lines
  7164.  
  7165. Attempted to fix reset function by making the car drop from 0.5 meters.
  7166.  
  7167.  
  7168. ------------------------------------------------------------------------
  7169. r394 | joevenzon | 2005-10-11 18:15:51 -0700 (Tue, 11 Oct 2005) | 3 lines
  7170.  
  7171. Added support for a master volume to the sound class.
  7172.  
  7173.  
  7174. ------------------------------------------------------------------------
  7175. r393 | joevenzon | 2005-10-11 17:42:25 -0700 (Tue, 11 Oct 2005) | 3 lines
  7176.  
  7177. Fixed engine rev limit bug.
  7178.  
  7179.  
  7180. ------------------------------------------------------------------------
  7181. r392 | joevenzon | 2005-10-09 11:43:40 -0700 (Sun, 09 Oct 2005) | 13 lines
  7182.  
  7183. I've added support for user-defined torque curves.  Just put something 
  7184. like
  7185.  
  7186.       <torque-curve friction="0.00025">
  7187.         [ 1000.0, 150.0 ]
  7188.         [ 2000.0, 200.0 ]
  7189.         [ 6000.0, 300.0 ]
  7190.         [ 8000.0 250.0 ]
  7191.       </torque-curve>
  7192.  
  7193. in the engine section.
  7194.  
  7195.  
  7196. ------------------------------------------------------------------------
  7197. r391 | joevenzon | 2005-10-09 11:15:20 -0700 (Sun, 09 Oct 2005) | 3 lines
  7198.  
  7199. Added weight display, adjusted weight of the mustang to be correct.
  7200.  
  7201.  
  7202. ------------------------------------------------------------------------
  7203. r390 | joevenzon | 2005-10-09 09:39:32 -0700 (Sun, 09 Oct 2005) | 4 lines
  7204.  
  7205. Reverted to the old, Venzon tire code.  Sorry, Sam.
  7206.  
  7207.  
  7208.  
  7209. ------------------------------------------------------------------------
  7210. r389 | thelusiv | 2005-10-08 22:36:09 -0700 (Sat, 08 Oct 2005) | 2 lines
  7211.  
  7212. Fixed bestlap.txt location bug
  7213.  
  7214. ------------------------------------------------------------------------
  7215. r388 | joevenzon | 2005-10-08 19:37:15 -0700 (Sat, 08 Oct 2005) | 3 lines
  7216.  
  7217. Made the tree shadow lighter.
  7218.  
  7219.  
  7220. ------------------------------------------------------------------------
  7221. r387 | joevenzon | 2005-10-08 19:33:55 -0700 (Sat, 08 Oct 2005) | 3 lines
  7222.  
  7223. Made the tree shadows more dramatic for tracks like RA.
  7224.  
  7225.  
  7226. ------------------------------------------------------------------------
  7227. r386 | joevenzon | 2005-10-08 18:59:14 -0700 (Sat, 08 Oct 2005) | 3 lines
  7228.  
  7229. Adjusted kerb height on non--nurburgring tracks.
  7230.  
  7231.  
  7232. ------------------------------------------------------------------------
  7233. r385 | joevenzon | 2005-10-08 18:29:23 -0700 (Sat, 08 Oct 2005) | 5 lines
  7234.  
  7235. Adjusted the mustang settings to handle similarly to the Live For 
  7236. Spped "GT" car (forget the exact name, it's the most powerful car in the 
  7237. demo).
  7238.  
  7239.  
  7240. ------------------------------------------------------------------------
  7241. r384 | joevenzon | 2005-10-08 09:55:42 -0700 (Sat, 08 Oct 2005) | 3 lines
  7242.  
  7243. Changed the select car menu.
  7244.  
  7245.  
  7246. ------------------------------------------------------------------------
  7247. r383 | joevenzon | 2005-10-08 08:13:52 -0700 (Sat, 08 Oct 2005) | 3 lines
  7248.  
  7249. Added code for new mouse control indicators.
  7250.  
  7251.  
  7252. ------------------------------------------------------------------------
  7253. r382 | thelusiv | 2005-10-07 23:53:51 -0700 (Fri, 07 Oct 2005) | 2 lines
  7254.  
  7255. Four new graphics: slider2.png and ball2.png - bigger graphics for the mouse steering slider. accdec-slider.png is the slider for accelerate/decelerate. The marker is in accdec-marker.png
  7256.  
  7257. ------------------------------------------------------------------------
  7258. r381 | joevenzon | 2005-10-07 23:46:20 -0700 (Fri, 07 Oct 2005) | 3 lines
  7259.  
  7260. Toned down the smoke a bit.
  7261.  
  7262.  
  7263. ------------------------------------------------------------------------
  7264. r380 | joevenzon | 2005-10-07 23:36:54 -0700 (Fri, 07 Oct 2005) | 3 lines
  7265.  
  7266. Increased steering slider widget size.
  7267.  
  7268.  
  7269. ------------------------------------------------------------------------
  7270. r379 | joevenzon | 2005-10-07 23:18:42 -0700 (Fri, 07 Oct 2005) | 3 lines
  7271.  
  7272. Added sliders for mouse control.
  7273.  
  7274.  
  7275. ------------------------------------------------------------------------
  7276. r378 | thelusiv | 2005-10-07 23:04:59 -0700 (Fri, 07 Oct 2005) | 2 lines
  7277.  
  7278. added new graphics to install target
  7279.  
  7280. ------------------------------------------------------------------------
  7281. r377 | thelusiv | 2005-10-07 22:50:22 -0700 (Fri, 07 Oct 2005) | 2 lines
  7282.  
  7283. Graphics for mouse driving ball & slider.
  7284.  
  7285. ------------------------------------------------------------------------
  7286. r376 | joevenzon | 2005-10-07 22:50:13 -0700 (Fri, 07 Oct 2005) | 5 lines
  7287.  
  7288. Fixed problem with new three vector class by cowardly reverting to the 
  7289. old one, started playing with the particle system (fun!)
  7290.  
  7291.  
  7292.  
  7293. ------------------------------------------------------------------------
  7294. r375 | joevenzon | 2005-10-07 21:55:06 -0700 (Fri, 07 Oct 2005) | 4 lines
  7295.  
  7296. Mouse driving added.  Middle click to enable.
  7297.  
  7298.  
  7299.  
  7300. ------------------------------------------------------------------------
  7301. r374 | joevenzon | 2005-10-07 19:09:22 -0700 (Fri, 07 Oct 2005) | 3 lines
  7302.  
  7303. Upgraded to Sam's latest code for tire friction.
  7304.  
  7305.  
  7306. ------------------------------------------------------------------------
  7307. r373 | joevenzon | 2005-10-06 06:42:05 -0700 (Thu, 06 Oct 2005) | 3 lines
  7308.  
  7309. fixed a bug in the deadzone implementation
  7310.  
  7311.  
  7312. ------------------------------------------------------------------------
  7313. r372 | joevenzon | 2005-10-06 06:35:16 -0700 (Thu, 06 Oct 2005) | 3 lines
  7314.  
  7315. Fixed the deadzone implementation.
  7316.  
  7317.  
  7318. ------------------------------------------------------------------------
  7319. r371 | thelusiv | 2005-10-06 05:06:21 -0700 (Thu, 06 Oct 2005) | 2 lines
  7320.  
  7321. Fixed fuel consumption on S2000-R
  7322.  
  7323. ------------------------------------------------------------------------
  7324. r370 | joevenzon | 2005-10-05 20:55:06 -0700 (Wed, 05 Oct 2005) | 3 lines
  7325.  
  7326. Made foliage heights a bit more aggressive.
  7327.  
  7328.  
  7329. ------------------------------------------------------------------------
  7330. r369 | joevenzon | 2005-10-05 20:35:50 -0700 (Wed, 05 Oct 2005) | 4 lines
  7331.  
  7332. Improved the general heightmap lookup functions in the utility class.  
  7333. They are now relied upon more heavily in the terrain class.
  7334.  
  7335.  
  7336. ------------------------------------------------------------------------
  7337. r368 | thelusiv | 2005-10-05 14:51:04 -0700 (Wed, 05 Oct 2005) | 2 lines
  7338.  
  7339. Updated the suspension and weight locations to the better balanced settings in the regular S2000.
  7340.  
  7341. ------------------------------------------------------------------------
  7342. r367 | thelusiv | 2005-10-04 20:31:21 -0700 (Tue, 04 Oct 2005) | 2 lines
  7343.  
  7344. Gave network options their own setting in VDrift.config.
  7345.  
  7346. ------------------------------------------------------------------------
  7347. r366 | joevenzon | 2005-10-04 20:08:13 -0700 (Tue, 04 Oct 2005) | 5 lines
  7348.  
  7349. Config file order is now preserved, 900 to 200 degree steering mode now 
  7350. allows for increased steering authority starting at 15 mph going to 30 
  7351. mph.
  7352.  
  7353.  
  7354. ------------------------------------------------------------------------
  7355. r365 | thelusiv | 2005-10-04 19:05:23 -0700 (Tue, 04 Oct 2005) | 2 lines
  7356.  
  7357. Fixed colors in IP/port selection menu
  7358.  
  7359. ------------------------------------------------------------------------
  7360. r364 | thelusiv | 2005-10-04 17:45:11 -0700 (Tue, 04 Oct 2005) | 2 lines
  7361.  
  7362. Added support for configurable server and client port in networked multiplayer mode.
  7363.  
  7364. ------------------------------------------------------------------------
  7365. r363 | thelusiv | 2005-10-04 12:21:46 -0700 (Tue, 04 Oct 2005) | 2 lines
  7366.  
  7367. Incorporated some fixes in to src/SConscript suggested by a Gentoo developer.
  7368.  
  7369. ------------------------------------------------------------------------
  7370. r362 | thelusiv | 2005-10-04 00:37:43 -0700 (Tue, 04 Oct 2005) | 2 lines
  7371.  
  7372. Now saves the state of the FPS counter and the HUD display.
  7373.  
  7374. ------------------------------------------------------------------------
  7375. r361 | thelusiv | 2005-10-03 23:59:40 -0700 (Mon, 03 Oct 2005) | 2 lines
  7376.  
  7377. Added a command line option to change the data directory in the default VDrift.config (the one in /usr/...). Running "vdrift -defaultdatadir /path/to/vdrift/data" will fix this. This will be used by the installer script for the Linux binary package to make sure that VDrift doesn't lose its data.
  7378.  
  7379. ------------------------------------------------------------------------
  7380. r360 | thelusiv | 2005-10-03 22:43:24 -0700 (Mon, 03 Oct 2005) | 2 lines
  7381.  
  7382. Implemented the ability for VDrift to easily change the data directory using a runtime flag. Now, running "vdrift -datadir /path/to/vdrift/data" will do this.
  7383.  
  7384. ------------------------------------------------------------------------
  7385. r359 | thelusiv | 2005-10-03 22:10:40 -0700 (Mon, 03 Oct 2005) | 2 lines
  7386.  
  7387. Removed old settings files (no longer needed) except controls.
  7388.  
  7389. ------------------------------------------------------------------------
  7390. r358 | thelusiv | 2005-10-03 21:48:06 -0700 (Mon, 03 Oct 2005) | 2 lines
  7391.  
  7392. Added support for saving current track, saving tree and terrain detail settings, and saving the current gameplay mode.
  7393.  
  7394. ------------------------------------------------------------------------
  7395. r357 | thelusiv | 2005-10-03 21:19:45 -0700 (Mon, 03 Oct 2005) | 2 lines
  7396.  
  7397. support for saving camera mode and selected car in VDrift.config.
  7398.  
  7399. ------------------------------------------------------------------------
  7400. r356 | thelusiv | 2005-10-03 20:11:33 -0700 (Mon, 03 Oct 2005) | 2 lines
  7401.  
  7402. Settings are now saved into the new config file on exit.
  7403.  
  7404. ------------------------------------------------------------------------
  7405. r355 | joevenzon | 2005-10-03 19:53:12 -0700 (Mon, 03 Oct 2005) | 3 lines
  7406.  
  7407. Parameters can now be set, and the file can be written.  Untested.
  7408.  
  7409.  
  7410. ------------------------------------------------------------------------
  7411. r354 | thelusiv | 2005-10-03 06:06:37 -0700 (Mon, 03 Oct 2005) | 2 lines
  7412.  
  7413. Added some setters to the settings class so settings can be stored back in there (ultimately to be written back to config file). Used the setters in a few places in main...
  7414.  
  7415. ------------------------------------------------------------------------
  7416. r353 | thelusiv | 2005-10-02 23:18:14 -0700 (Sun, 02 Oct 2005) | 2 lines
  7417.  
  7418. Forging VDrift.config using new configfile class and support for it. Aims to replace all the loose config files. So far it replaces cammode, selected_car, and videoconfig. Does not save changed settings yet.
  7419.  
  7420. ------------------------------------------------------------------------
  7421. r352 | joevenzon | 2005-10-02 20:30:16 -0700 (Sun, 02 Oct 2005) | 3 lines
  7422.  
  7423. Addad a robust and suuuuper simple config file class.
  7424.  
  7425.  
  7426. ------------------------------------------------------------------------
  7427. r351 | joevenzon | 2005-10-01 23:23:40 -0700 (Sat, 01 Oct 2005) | 3 lines
  7428.  
  7429. removed multiplayer debugging prints
  7430.  
  7431.  
  7432. ------------------------------------------------------------------------
  7433. r350 | joevenzon | 2005-10-01 23:19:57 -0700 (Sat, 01 Oct 2005) | 3 lines
  7434.  
  7435. fixed sound crash...?
  7436.  
  7437.  
  7438. ------------------------------------------------------------------------
  7439. r349 | joevenzon | 2005-10-01 23:06:23 -0700 (Sat, 01 Oct 2005) | 3 lines
  7440.  
  7441. more debugging
  7442.  
  7443.  
  7444. ------------------------------------------------------------------------
  7445. r348 | joevenzon | 2005-10-01 23:02:31 -0700 (Sat, 01 Oct 2005) | 3 lines
  7446.  
  7447. audio debug prints
  7448.  
  7449.  
  7450. ------------------------------------------------------------------------
  7451. r347 | joevenzon | 2005-10-01 22:50:31 -0700 (Sat, 01 Oct 2005) | 3 lines
  7452.  
  7453. more audio hacking
  7454.  
  7455.  
  7456. ------------------------------------------------------------------------
  7457. r346 | joevenzon | 2005-10-01 22:45:19 -0700 (Sat, 01 Oct 2005) | 3 lines
  7458.  
  7459. removed doppler effects from tire squeals, fixed audio crash..?
  7460.  
  7461.  
  7462. ------------------------------------------------------------------------
  7463. r345 | thelusiv | 2005-10-01 22:24:52 -0700 (Sat, 01 Oct 2005) | 2 lines
  7464.  
  7465. added new menu files to SConscript
  7466.  
  7467. ------------------------------------------------------------------------
  7468. r344 | thelusiv | 2005-10-01 22:21:54 -0700 (Sat, 01 Oct 2005) | 2 lines
  7469.  
  7470. Oops, missed the new menu files in runtime
  7471.  
  7472. ------------------------------------------------------------------------
  7473. r343 | thelusiv | 2005-10-01 22:09:38 -0700 (Sat, 01 Oct 2005) | 2 lines
  7474.  
  7475. removing runtime dir
  7476.  
  7477. ------------------------------------------------------------------------
  7478. r342 | thelusiv | 2005-10-01 21:57:42 -0700 (Sat, 01 Oct 2005) | 2 lines
  7479.  
  7480. Merged the scons-test branch into the trunk, added net.h/cpp and multiplay.h/cpp to SConscript files, made sure bestlap.txt gets stored in .vdrift.
  7481.  
  7482. ------------------------------------------------------------------------
  7483. r337 | joevenzon | 2005-10-01 16:26:20 -0700 (Sat, 01 Oct 2005) | 3 lines
  7484.  
  7485. State frequency set to 1 second.
  7486.  
  7487.  
  7488. ------------------------------------------------------------------------
  7489. r334 | joevenzon | 2005-10-01 11:59:36 -0700 (Sat, 01 Oct 2005) | 4 lines
  7490.  
  7491. Changed state timeout to 4 seconds, packet timeout to 0.4s, removed sync 
  7492. display, removed debug prints.
  7493.  
  7494.  
  7495. ------------------------------------------------------------------------
  7496. r333 | joevenzon | 2005-10-01 11:47:36 -0700 (Sat, 01 Oct 2005) | 3 lines
  7497.  
  7498. correct function memories are now sent in the states
  7499.  
  7500.  
  7501. ------------------------------------------------------------------------
  7502. r332 | joevenzon | 2005-10-01 11:42:53 -0700 (Sat, 01 Oct 2005) | 3 lines
  7503.  
  7504. inhbit all multiplayer controls that don't make sense
  7505.  
  7506.  
  7507. ------------------------------------------------------------------------
  7508. r331 | joevenzon | 2005-10-01 11:41:05 -0700 (Sat, 01 Oct 2005) | 3 lines
  7509.  
  7510. inhibiting track shots from the other player
  7511.  
  7512.  
  7513. ------------------------------------------------------------------------
  7514. r330 | joevenzon | 2005-10-01 11:30:19 -0700 (Sat, 01 Oct 2005) | 3 lines
  7515.  
  7516. added verbosity to state reading
  7517.  
  7518.  
  7519. ------------------------------------------------------------------------
  7520. r329 | joevenzon | 2005-10-01 10:05:19 -0700 (Sat, 01 Oct 2005) | 5 lines
  7521.  
  7522. Changed timeout logic to allow for (hopefully) more graceful handling of 
  7523. dropped packets.  Some warping will still occur when packets are 
  7524. dropped, but it should be less noticeable.
  7525.  
  7526.  
  7527. ------------------------------------------------------------------------
  7528. r328 | joevenzon | 2005-10-01 09:50:23 -0700 (Sat, 01 Oct 2005) | 3 lines
  7529.  
  7530. increased state timeout
  7531.  
  7532.  
  7533. ------------------------------------------------------------------------
  7534. r327 | joevenzon | 2005-10-01 09:40:01 -0700 (Sat, 01 Oct 2005) | 3 lines
  7535.  
  7536. fixed multiplayer bugs... ?
  7537.  
  7538.  
  7539. ------------------------------------------------------------------------
  7540. r326 | joevenzon | 2005-10-01 09:08:36 -0700 (Sat, 01 Oct 2005) | 3 lines
  7541.  
  7542. Added a quickie ghost car replay option.
  7543.  
  7544.  
  7545. ------------------------------------------------------------------------
  7546. r319 | thelusiv | 2005-09-27 20:37:47 -0700 (Tue, 27 Sep 2005) | 2 lines
  7547.  
  7548. Merging network-play branch into trunk for mass consumption
  7549.  
  7550. ------------------------------------------------------------------------
  7551. r179 | joevenzon | 2005-09-05 09:54:24 -0700 (Mon, 05 Sep 2005) | 3 lines
  7552.  
  7553. Checking in *everything* for an easy branch.
  7554.  
  7555.  
  7556. ------------------------------------------------------------------------
  7557. r178 | thelusiv | 2005-09-04 15:09:29 -0700 (Sun, 04 Sep 2005) | 2 lines
  7558.  
  7559. Moved S2000's suspension points to more reasonable positions.
  7560.  
  7561. ------------------------------------------------------------------------
  7562. r177 | thelusiv | 2005-09-04 13:22:43 -0700 (Sun, 04 Sep 2005) | 2 lines
  7563.  
  7564. More work on balancing the S2000
  7565.  
  7566. ------------------------------------------------------------------------
  7567. r176 | thelusiv | 2005-09-03 17:59:16 -0700 (Sat, 03 Sep 2005) | 2 lines
  7568.  
  7569. Updated S2000 again, used a spreadsheet to calculate the center of gravity and adjusted the weights.
  7570.  
  7571. ------------------------------------------------------------------------
  7572. r175 | joevenzon | 2005-09-02 23:16:50 -0700 (Fri, 02 Sep 2005) | 3 lines
  7573.  
  7574. 200 degree steering menu....
  7575.  
  7576.  
  7577. ------------------------------------------------------------------------
  7578. r174 | joevenzon | 2005-09-02 23:12:59 -0700 (Fri, 02 Sep 2005) | 3 lines
  7579.  
  7580. Added a 200 degree steering mode.
  7581.  
  7582.  
  7583. ------------------------------------------------------------------------
  7584. r173 | joevenzon | 2005-09-02 22:36:32 -0700 (Fri, 02 Sep 2005) | 3 lines
  7585.  
  7586. Misc build files....
  7587.  
  7588.  
  7589. ------------------------------------------------------------------------
  7590. r172 | joevenzon | 2005-09-02 22:34:54 -0700 (Fri, 02 Sep 2005) | 3 lines
  7591.  
  7592. Select mode menu is now included.
  7593.  
  7594.  
  7595. ------------------------------------------------------------------------
  7596. r171 | joevenzon | 2005-09-02 17:31:39 -0700 (Fri, 02 Sep 2005) | 4 lines
  7597.  
  7598. View position is now independent of the center of mass.  I may still 
  7599. have the x and y axes swapped around....
  7600.  
  7601.  
  7602. ------------------------------------------------------------------------
  7603. r170 | joevenzon | 2005-09-01 20:05:09 -0700 (Thu, 01 Sep 2005) | 4 lines
  7604.  
  7605. Added a new "Time Trial" game mode.  Finally, a racing start.... now to 
  7606. get it to coincide with the starting line!
  7607.  
  7608.  
  7609. ------------------------------------------------------------------------
  7610. r169 | joevenzon | 2005-09-01 19:04:20 -0700 (Thu, 01 Sep 2005) | 3 lines
  7611.  
  7612. New s2000-R sound based on the racer s2000 spoon.
  7613.  
  7614.  
  7615. ------------------------------------------------------------------------
  7616. r168 | joevenzon | 2005-09-01 18:59:38 -0700 (Thu, 01 Sep 2005) | 3 lines
  7617.  
  7618. S2000-R engine sound.
  7619.  
  7620.  
  7621. ------------------------------------------------------------------------
  7622. r167 | joevenzon | 2005-09-01 18:59:11 -0700 (Thu, 01 Sep 2005) | 3 lines
  7623.  
  7624. Per-car engine sounds.
  7625.  
  7626.  
  7627. ------------------------------------------------------------------------
  7628. r166 | thelusiv | 2005-08-30 20:24:05 -0700 (Tue, 30 Aug 2005) | 2 lines
  7629.  
  7630. moved hinges, suspension, wheels and weights on Carrera to get a better ride.
  7631.  
  7632. ------------------------------------------------------------------------
  7633. r165 | thelusiv | 2005-08-30 05:15:33 -0700 (Tue, 30 Aug 2005) | 2 lines
  7634.  
  7635. Adjusted cameras for new center of gravity in S2k
  7636.  
  7637. ------------------------------------------------------------------------
  7638. r164 | thelusiv | 2005-08-29 20:30:22 -0700 (Mon, 29 Aug 2005) | 2 lines
  7639.  
  7640. Moved weights and a few other parts in the s2000 to correct its lack of body roll.
  7641.  
  7642. ------------------------------------------------------------------------
  7643. r163 | thelusiv | 2005-08-29 11:18:16 -0700 (Mon, 29 Aug 2005) | 2 lines
  7644.  
  7645. Moved the S2000's hinges again, reduced understeer
  7646.  
  7647. ------------------------------------------------------------------------
  7648. r162 | thelusiv | 2005-08-29 09:09:09 -0700 (Mon, 29 Aug 2005) | 2 lines
  7649.  
  7650. moved S2000's in-car camera
  7651.  
  7652. ------------------------------------------------------------------------
  7653. r161 | thelusiv | 2005-08-29 08:44:06 -0700 (Mon, 29 Aug 2005) | 3 lines
  7654.  
  7655. Balanced the weight in the carrera. Also, found and fixed a problem with the S2000's hinges. The car 
  7656. doesn't seem to wobble as much anymore!
  7657.  
  7658. ------------------------------------------------------------------------
  7659. r160 | thelusiv | 2005-08-28 21:53:56 -0700 (Sun, 28 Aug 2005) | 2 lines
  7660.  
  7661. Thickened Nurburgring foliage
  7662.  
  7663. ------------------------------------------------------------------------
  7664. r159 | thelusiv | 2005-08-28 21:26:44 -0700 (Sun, 28 Aug 2005) | 2 lines
  7665.  
  7666. updated terrain credit :)
  7667.  
  7668. ------------------------------------------------------------------------
  7669. r158 | thelusiv | 2005-08-28 21:25:31 -0700 (Sun, 28 Aug 2005) | 2 lines
  7670.  
  7671. A few more trees, got trees off track, added real track mask
  7672.  
  7673. ------------------------------------------------------------------------
  7674. r157 | thelusiv | 2005-08-28 21:04:39 -0700 (Sun, 28 Aug 2005) | 2 lines
  7675.  
  7676. fixed Nurburgring height, added trees and foliage, put back newer version of xml file
  7677.  
  7678. ------------------------------------------------------------------------
  7679. r156 | thelusiv | 2005-08-28 19:55:28 -0700 (Sun, 28 Aug 2005) | 2 lines
  7680.  
  7681. initial big updates to nurburgring, a few tweaks to RA
  7682.  
  7683. ------------------------------------------------------------------------
  7684. r155 | joevenzon | 2005-08-28 19:22:14 -0700 (Sun, 28 Aug 2005) | 3 lines
  7685.  
  7686. Fixed track shot crash.
  7687.  
  7688.  
  7689. ------------------------------------------------------------------------
  7690. r154 | joevenzon | 2005-08-28 14:15:11 -0700 (Sun, 28 Aug 2005) | 3 lines
  7691.  
  7692. Fixed tree shadow crash... ?
  7693.  
  7694.  
  7695. ------------------------------------------------------------------------
  7696. r153 | joevenzon | 2005-08-28 14:05:37 -0700 (Sun, 28 Aug 2005) | 4 lines
  7697.  
  7698. Shadows can now fall on the sand (also, juiced up the sand drawing a 
  7699. tad.)
  7700.  
  7701.  
  7702. ------------------------------------------------------------------------
  7703. r152 | joevenzon | 2005-08-28 13:55:26 -0700 (Sun, 28 Aug 2005) | 4 lines
  7704.  
  7705. Make glass transparent again, made the carrera's glass a bit more 
  7706. opaque.
  7707.  
  7708.  
  7709. ------------------------------------------------------------------------
  7710. r151 | joevenzon | 2005-08-28 13:51:28 -0700 (Sun, 28 Aug 2005) | 3 lines
  7711.  
  7712. Corrected the brightness level of foliage.
  7713.  
  7714.  
  7715. ------------------------------------------------------------------------
  7716. r150 | thelusiv | 2005-08-27 23:25:09 -0700 (Sat, 27 Aug 2005) | 2 lines
  7717.  
  7718. changed lots of porsche settings
  7719.  
  7720. ------------------------------------------------------------------------
  7721. r149 | thelusiv | 2005-08-27 21:15:47 -0700 (Sat, 27 Aug 2005) | 2 lines
  7722.  
  7723. Added 1988 Porsche Carrera Clubsport.
  7724.  
  7725. ------------------------------------------------------------------------
  7726. r148 | thelusiv | 2005-08-27 21:12:19 -0700 (Sat, 27 Aug 2005) | 2 lines
  7727.  
  7728. improved shadow graphics and darkened some tree trunks
  7729.  
  7730. ------------------------------------------------------------------------
  7731. r147 | thelusiv | 2005-08-27 15:16:12 -0700 (Sat, 27 Aug 2005) | 2 lines
  7732.  
  7733. A new tree, of the evergreen sort
  7734.  
  7735. ------------------------------------------------------------------------
  7736. r146 | joevenzon | 2005-08-26 21:25:53 -0700 (Fri, 26 Aug 2005) | 5 lines
  7737.  
  7738. Tree shadow now takes tree scale into account just enough....
  7739.  
  7740. Also, foliage density has been reduced.
  7741.  
  7742.  
  7743. ------------------------------------------------------------------------
  7744. r145 | joevenzon | 2005-08-26 21:08:36 -0700 (Fri, 26 Aug 2005) | 4 lines
  7745.  
  7746. Re-did the shadow system.  Shadows are now drawn onto a texture which is 
  7747. then mapped to the terrain and track.
  7748.  
  7749.  
  7750. ------------------------------------------------------------------------
  7751. r144 | thelusiv | 2005-08-26 11:09:08 -0700 (Fri, 26 Aug 2005) | 2 lines
  7752.  
  7753. A little more work on flattening out RA
  7754.  
  7755. ------------------------------------------------------------------------
  7756. r143 | thelusiv | 2005-08-26 09:25:41 -0700 (Fri, 26 Aug 2005) | 2 lines
  7757.  
  7758. lightened the tree shadows a little
  7759.  
  7760. ------------------------------------------------------------------------
  7761. r142 | joevenzon | 2005-08-25 20:34:18 -0700 (Thu, 25 Aug 2005) | 6 lines
  7762.  
  7763. Added tree shadows.  They didn't turn out looking as good as I was 
  7764. hoping.  If this method isn't acceptable, I'll have to use the 4th 
  7765. texture channel to draw shadows that stick properly on the ground and 
  7766. can be much larger (although they'll be a tad bit blurry and splotchy).
  7767.  
  7768.  
  7769. ------------------------------------------------------------------------
  7770. r141 | thelusiv | 2005-08-24 22:52:04 -0700 (Wed, 24 Aug 2005) | 2 lines
  7771.  
  7772. RA: moved some of the trees to the foliagemap, thinned out the trees somewhat.
  7773.  
  7774. ------------------------------------------------------------------------
  7775. r140 | thelusiv | 2005-08-24 22:16:59 -0700 (Wed, 24 Aug 2005) | 2 lines
  7776.  
  7777. now there are 3 levels of detail for the big tree too.
  7778.  
  7779. ------------------------------------------------------------------------
  7780. r139 | thelusiv | 2005-08-24 21:59:56 -0700 (Wed, 24 Aug 2005) | 2 lines
  7781.  
  7782. more efficient models for trees 0, 1 and 2, also added third level of detail for these trees
  7783.  
  7784. ------------------------------------------------------------------------
  7785. r138 | joevenzon | 2005-08-24 21:50:57 -0700 (Wed, 24 Aug 2005) | 3 lines
  7786.  
  7787. Fixed the tree fading in artifact, they do that again now.
  7788.  
  7789.  
  7790. ------------------------------------------------------------------------
  7791. r137 | joevenzon | 2005-08-24 21:40:10 -0700 (Wed, 24 Aug 2005) | 3 lines
  7792.  
  7793. Made the foliage grid a bit more random.
  7794.  
  7795.  
  7796. ------------------------------------------------------------------------
  7797. r136 | joevenzon | 2005-08-24 21:30:36 -0700 (Wed, 24 Aug 2005) | 3 lines
  7798.  
  7799. Adjusted the texture scale on the foliage to look more like the trees.
  7800.  
  7801.  
  7802. ------------------------------------------------------------------------
  7803. r135 | joevenzon | 2005-08-24 21:27:58 -0700 (Wed, 24 Aug 2005) | 3 lines
  7804.  
  7805. Fixed a texture bug in the foliage map.
  7806.  
  7807.  
  7808. ------------------------------------------------------------------------
  7809. r134 | joevenzon | 2005-08-24 21:18:16 -0700 (Wed, 24 Aug 2005) | 3 lines
  7810.  
  7811. Tweaked the foliage again, looks even more like the trees....
  7812.  
  7813.  
  7814. ------------------------------------------------------------------------
  7815. r133 | joevenzon | 2005-08-24 21:11:23 -0700 (Wed, 24 Aug 2005) | 3 lines
  7816.  
  7817. Adjusted the foliage to look more like the trees.
  7818.  
  7819.  
  7820. ------------------------------------------------------------------------
  7821. r132 | joevenzon | 2005-08-24 21:03:40 -0700 (Wed, 24 Aug 2005) | 3 lines
  7822.  
  7823. Fixed the tree issue, re-did the canopy texture.
  7824.  
  7825.  
  7826. ------------------------------------------------------------------------
  7827. r131 | joevenzon | 2005-08-24 20:55:35 -0700 (Wed, 24 Aug 2005) | 4 lines
  7828.  
  7829. Re-enabled foliage, fixed one foliage bug, turned off tree fading (it 
  7830. was causing artifacts).
  7831.  
  7832.  
  7833. ------------------------------------------------------------------------
  7834. r130 | joevenzon | 2005-08-24 20:41:28 -0700 (Wed, 24 Aug 2005) | 3 lines
  7835.  
  7836. Disabled foliage, set draw distance to infinite.
  7837.  
  7838.  
  7839. ------------------------------------------------------------------------
  7840. r129 | thelusiv | 2005-08-24 20:35:40 -0700 (Wed, 24 Aug 2005) | 2 lines
  7841.  
  7842. Fixed Road Atlanta height
  7843.  
  7844. ------------------------------------------------------------------------
  7845. r128 | joevenzon | 2005-08-24 20:00:54 -0700 (Wed, 24 Aug 2005) | 3 lines
  7846.  
  7847. Tweaked the mask slightly
  7848.  
  7849.  
  7850. ------------------------------------------------------------------------
  7851. r127 | thelusiv | 2005-08-24 18:49:43 -0700 (Wed, 24 Aug 2005) | 2 lines
  7852.  
  7853. Flattened out the track for Road Atlanta, added some missing details to the terrain.
  7854.  
  7855. ------------------------------------------------------------------------
  7856. r126 | thelusiv | 2005-08-24 15:09:21 -0700 (Wed, 24 Aug 2005) | 2 lines
  7857.  
  7858. Changed number of trees and number of trees per node to accomodate new large tree
  7859.  
  7860. ------------------------------------------------------------------------
  7861. r125 | thelusiv | 2005-08-24 15:01:21 -0700 (Wed, 24 Aug 2005) | 2 lines
  7862.  
  7863. Added a huge tree.
  7864.  
  7865. ------------------------------------------------------------------------
  7866. r124 | thelusiv | 2005-08-24 01:24:27 -0700 (Wed, 24 Aug 2005) | 2 lines
  7867.  
  7868. Road Atlanta - made track wider, added myself to credits, played with parameters
  7869.  
  7870. ------------------------------------------------------------------------
  7871. r123 | thelusiv | 2005-08-23 23:19:56 -0700 (Tue, 23 Aug 2005) | 2 lines
  7872.  
  7873. changed Road Atlanta to newer textures for asphalt, gravel
  7874.  
  7875. ------------------------------------------------------------------------
  7876. r122 | thelusiv | 2005-08-23 23:15:54 -0700 (Tue, 23 Aug 2005) | 2 lines
  7877.  
  7878. Added foliage map for road atlanta
  7879.  
  7880. ------------------------------------------------------------------------
  7881. r121 | thelusiv | 2005-08-23 23:15:21 -0700 (Tue, 23 Aug 2005) | 2 lines
  7882.  
  7883. trimmed back trees so they're not on the track anymore
  7884.  
  7885. ------------------------------------------------------------------------
  7886. r120 | thelusiv | 2005-08-23 22:52:35 -0700 (Tue, 23 Aug 2005) | 2 lines
  7887.  
  7888. Added starting line for Road Atlanta
  7889.  
  7890. ------------------------------------------------------------------------
  7891. r119 | thelusiv | 2005-08-23 22:44:37 -0700 (Tue, 23 Aug 2005) | 2 lines
  7892.  
  7893. Treemap for Road Atlanta
  7894.  
  7895. ------------------------------------------------------------------------
  7896. r118 | thelusiv | 2005-08-23 22:20:44 -0700 (Tue, 23 Aug 2005) | 2 lines
  7897.  
  7898. Finally fixed the parametric and mask for Road Atlanta.
  7899.  
  7900. ------------------------------------------------------------------------
  7901. r117 | thelusiv | 2005-08-23 22:00:38 -0700 (Tue, 23 Aug 2005) | 2 lines
  7902.  
  7903. slightly improved road atlanta terrain and included my original heightmap graphic
  7904.  
  7905. ------------------------------------------------------------------------
  7906. r116 | thelusiv | 2005-08-23 21:31:14 -0700 (Tue, 23 Aug 2005) | 2 lines
  7907.  
  7908. Added a new track: Road Atlanta
  7909.  
  7910. ------------------------------------------------------------------------
  7911. r115 | joevenzon | 2005-08-23 20:41:19 -0700 (Tue, 23 Aug 2005) | 3 lines
  7912.  
  7913. Preliminary foliage system for dense forests.
  7914.  
  7915.  
  7916. ------------------------------------------------------------------------
  7917. r114 | thelusiv | 2005-08-23 16:37:48 -0700 (Tue, 23 Aug 2005) | 2 lines
  7918.  
  7919. Added a skid pad track from Vamos.
  7920.  
  7921. ------------------------------------------------------------------------
  7922. r113 | joevenzon | 2005-08-21 22:13:53 -0700 (Sun, 21 Aug 2005) | 3 lines
  7923.  
  7924. Removed a debug console print.
  7925.  
  7926.  
  7927. ------------------------------------------------------------------------
  7928. r112 | joevenzon | 2005-08-21 22:12:43 -0700 (Sun, 21 Aug 2005) | 3 lines
  7929.  
  7930. Darkened the track and fixed an old bug in the terrain system.
  7931.  
  7932.  
  7933. ------------------------------------------------------------------------
  7934. r111 | thelusiv | 2005-08-21 13:23:59 -0700 (Sun, 21 Aug 2005) | 2 lines
  7935.  
  7936. Made a better treemap for Catalunya
  7937.  
  7938. ------------------------------------------------------------------------
  7939. r110 | thelusiv | 2005-08-21 13:14:03 -0700 (Sun, 21 Aug 2005) | 2 lines
  7940.  
  7941. Made a treemap and removed trees from objects list.
  7942.  
  7943. ------------------------------------------------------------------------
  7944. r109 | joevenzon | 2005-08-21 11:03:05 -0700 (Sun, 21 Aug 2005) | 4 lines
  7945.  
  7946. Fixed LOD numbering, LOD cutoff is now 150 meters (fade-out is from 500 
  7947. to 600 meters), randomized tree height.
  7948.  
  7949.  
  7950. ------------------------------------------------------------------------
  7951. r108 | joevenzon | 2005-08-21 10:45:14 -0700 (Sun, 21 Aug 2005) | 3 lines
  7952.  
  7953. Implemented LOD, added third tree type, increased draw distance.
  7954.  
  7955.  
  7956. ------------------------------------------------------------------------
  7957. r107 | thelusiv | 2005-08-21 10:32:42 -0700 (Sun, 21 Aug 2005) | 2 lines
  7958.  
  7959. Added third tree, made low-detail models/textures for faraway trees.
  7960.  
  7961. ------------------------------------------------------------------------
  7962. r106 | joevenzon | 2005-08-21 09:51:07 -0700 (Sun, 21 Aug 2005) | 3 lines
  7963.  
  7964. Trees are now randomly rotated.
  7965.  
  7966.  
  7967. ------------------------------------------------------------------------
  7968. r105 | joevenzon | 2005-08-20 15:07:00 -0700 (Sat, 20 Aug 2005) | 6 lines
  7969.  
  7970. Added support for treemaps, tree level of detail, and tree fading.  
  7971. There may be a bug in the frustum culling for the trees, but I can't 
  7972. track it down... let me know if trees are disappearing before they're 
  7973. off the screen.
  7974.  
  7975.  
  7976. ------------------------------------------------------------------------
  7977. r104 | thelusiv | 2005-08-18 06:52:43 -0700 (Thu, 18 Aug 2005) | 2 lines
  7978.  
  7979. added another tree
  7980.  
  7981. ------------------------------------------------------------------------
  7982. r103 | joevenzon | 2005-08-16 06:10:13 -0700 (Tue, 16 Aug 2005) | 3 lines
  7983.  
  7984. Okay, fixed the backdrop time for real.
  7985.  
  7986.  
  7987. ------------------------------------------------------------------------
  7988. r102 | joevenzon | 2005-08-15 21:57:41 -0700 (Mon, 15 Aug 2005) | 4 lines
  7989.  
  7990. Fixed a long-standing bug that would cause the daytime to advance much 
  7991. faster than it should, especially with a low framerate.
  7992.  
  7993.  
  7994. ------------------------------------------------------------------------
  7995. r101 | joevenzon | 2005-08-15 21:53:47 -0700 (Mon, 15 Aug 2005) | 5 lines
  7996.  
  7997. I accidentally turned off the polygon offset that allowed the track to 
  7998. sit nicely on top of the terrain without z-fighting.  It's now 
  7999. re-enabled.
  8000.  
  8001.  
  8002. ------------------------------------------------------------------------
  8003. r100 | joevenzon | 2005-08-15 19:19:07 -0700 (Mon, 15 Aug 2005) | 4 lines
  8004.  
  8005. Finally implemented a fairly robust shadow drawing method.  Should have 
  8006. all of the shadow bugs worked out, now.
  8007.  
  8008.  
  8009. ------------------------------------------------------------------------
  8010. r99 | joevenzon | 2005-08-15 18:00:09 -0700 (Mon, 15 Aug 2005) | 3 lines
  8011.  
  8012. Added frustum culling to object drawing.
  8013.  
  8014.  
  8015. ------------------------------------------------------------------------
  8016. r98 | joevenzon | 2005-08-15 17:39:26 -0700 (Mon, 15 Aug 2005) | 3 lines
  8017.  
  8018. Fixed a bug in the object loading.
  8019.  
  8020.  
  8021. ------------------------------------------------------------------------
  8022. r97 | joevenzon | 2005-08-15 06:29:58 -0700 (Mon, 15 Aug 2005) | 3 lines
  8023.  
  8024. After changing the resolution the main menu is presented.
  8025.  
  8026.  
  8027. ------------------------------------------------------------------------
  8028. r96 | thelusiv | 2005-08-12 08:05:13 -0700 (Fri, 12 Aug 2005) | 2 lines
  8029.  
  8030. Replaced some of the old trees with a new similar tree.
  8031.  
  8032. ------------------------------------------------------------------------
  8033. r95 | thelusiv | 2005-08-11 23:51:55 -0700 (Thu, 11 Aug 2005) | 2 lines
  8034.  
  8035. super lots of trees...feel the framerate burn
  8036.  
  8037. ------------------------------------------------------------------------
  8038. r94 | thelusiv | 2005-08-11 23:36:56 -0700 (Thu, 11 Aug 2005) | 2 lines
  8039.  
  8040. Trees!
  8041.  
  8042. ------------------------------------------------------------------------
  8043. r93 | joevenzon | 2005-08-11 21:58:03 -0700 (Thu, 11 Aug 2005) | 5 lines
  8044.  
  8045. Quick fix for shadows.  Introduces other artifacts and needs to be 
  8046. improved, but I'm out of town for the weekend so this will have to do 
  8047. for a few days.
  8048.  
  8049.  
  8050. ------------------------------------------------------------------------
  8051. r92 | joevenzon | 2005-08-11 21:51:12 -0700 (Thu, 11 Aug 2005) | 3 lines
  8052.  
  8053. Tweaked the Mustang suspension to be less bouncy.
  8054.  
  8055.  
  8056. ------------------------------------------------------------------------
  8057. r91 | joevenzon | 2005-08-10 21:26:10 -0700 (Wed, 10 Aug 2005) | 4 lines
  8058.  
  8059. Added detail texturing, but made the detail on the grass a bit more low 
  8060. frequency to appease Chris.
  8061.  
  8062.  
  8063. ------------------------------------------------------------------------
  8064. r90 | joevenzon | 2005-08-10 21:20:59 -0700 (Wed, 10 Aug 2005) | 3 lines
  8065.  
  8066. Zero detail texturing.
  8067.  
  8068.  
  8069. ------------------------------------------------------------------------
  8070. r89 | thelusiv | 2005-08-10 21:09:47 -0700 (Wed, 10 Aug 2005) | 2 lines
  8071.  
  8072. Moved tree off track, fixed starting lines.
  8073.  
  8074. ------------------------------------------------------------------------
  8075. r88 | joevenzon | 2005-08-10 21:08:01 -0700 (Wed, 10 Aug 2005) | 6 lines
  8076.  
  8077. The car now responds properly to kerb geometry.  Also, fixed a z-buffer 
  8078. issue with the track & shoulder (which, by the way, messes up the 
  8079. shadowing even further -- I'll need to go back and fix this later by 
  8080. doing the shadow in a more robust way).
  8081.  
  8082.  
  8083. ------------------------------------------------------------------------
  8084. r87 | joevenzon | 2005-08-10 20:45:53 -0700 (Wed, 10 Aug 2005) | 6 lines
  8085.  
  8086. Re-did the nurburgring heights and track markers to try to make it look 
  8087. more like that Sabina video.  Note that the heights don't correspond to 
  8088. the *actual* heights of the course, but neither did the old ones.  These 
  8089. heights are bumpier, though, which is nice....
  8090.  
  8091.  
  8092. ------------------------------------------------------------------------
  8093. r86 | joevenzon | 2005-08-10 20:07:54 -0700 (Wed, 10 Aug 2005) | 3 lines
  8094.  
  8095. Tweaked some of the detail textures.
  8096.  
  8097.  
  8098. ------------------------------------------------------------------------
  8099. r85 | joevenzon | 2005-08-10 19:29:10 -0700 (Wed, 10 Aug 2005) | 3 lines
  8100.  
  8101. Tweaked bump strips to be flatter.
  8102.  
  8103.  
  8104. ------------------------------------------------------------------------
  8105. r84 | thelusiv | 2005-08-10 18:21:01 -0700 (Wed, 10 Aug 2005) | 2 lines
  8106.  
  8107. Fixed rotation on starting lines.
  8108.  
  8109. ------------------------------------------------------------------------
  8110. r83 | joevenzon | 2005-08-10 18:16:27 -0700 (Wed, 10 Aug 2005) | 3 lines
  8111.  
  8112. Objects now have the proper rotation.
  8113.  
  8114.  
  8115. ------------------------------------------------------------------------
  8116. r82 | thelusiv | 2005-08-10 17:45:44 -0700 (Wed, 10 Aug 2005) | 2 lines
  8117.  
  8118. Updated tree, sucks less, Z+ is up now.
  8119.  
  8120. ------------------------------------------------------------------------
  8121. r81 | joevenzon | 2005-08-09 18:10:14 -0700 (Tue, 09 Aug 2005) | 3 lines
  8122.  
  8123. Updated transparency to use alpha masks.
  8124.  
  8125.  
  8126. ------------------------------------------------------------------------
  8127. r80 | thelusiv | 2005-08-09 18:03:45 -0700 (Tue, 09 Aug 2005) | 2 lines
  8128.  
  8129. Added a tree with RGBA leaf textures.
  8130.  
  8131. ------------------------------------------------------------------------
  8132. r79 | joevenzon | 2005-08-09 17:59:32 -0700 (Tue, 09 Aug 2005) | 3 lines
  8133.  
  8134. Objects can now have transparency.
  8135.  
  8136.  
  8137. ------------------------------------------------------------------------
  8138. r78 | joevenzon | 2005-08-09 17:55:07 -0700 (Tue, 09 Aug 2005) | 4 lines
  8139.  
  8140. Changed the object format so that the y value is a delta from the 
  8141. terrain height.
  8142.  
  8143.  
  8144. ------------------------------------------------------------------------
  8145. r77 | thelusiv | 2005-08-09 13:46:42 -0700 (Tue, 09 Aug 2005) | 2 lines
  8146.  
  8147. Added a more realistic grass texture - made from a photo.
  8148.  
  8149. ------------------------------------------------------------------------
  8150. r76 | thelusiv | 2005-08-08 22:48:46 -0700 (Mon, 08 Aug 2005) | 2 lines
  8151.  
  8152. Adding objects list for Catalunya (forgot last commit...)
  8153.  
  8154. ------------------------------------------------------------------------
  8155. r75 | thelusiv | 2005-08-08 22:48:08 -0700 (Mon, 08 Aug 2005) | 2 lines
  8156.  
  8157. Added white color for S2000s. Added a starting line to Catalunya and Nurburgring tracks. Updated fuel tank, fuel consumption rate, and clutch on S2000.
  8158.  
  8159. ------------------------------------------------------------------------
  8160. r74 | joevenzon | 2005-08-08 20:54:19 -0700 (Mon, 08 Aug 2005) | 3 lines
  8161.  
  8162. Fixed a fuel gauge issue, added dynamically loadable track objects.
  8163.  
  8164.  
  8165. ------------------------------------------------------------------------
  8166. r73 | joevenzon | 2005-08-08 19:10:33 -0700 (Mon, 08 Aug 2005) | 4 lines
  8167.  
  8168. Replays can now be jumped around in, 10 seconds at a time.  The replays 
  8169. are also more robust, and the replay file version has been incremented.
  8170.  
  8171.  
  8172. ------------------------------------------------------------------------
  8173. r72 | joevenzon | 2005-08-08 18:27:18 -0700 (Mon, 08 Aug 2005) | 3 lines
  8174.  
  8175. Set up the mustang's clutch a bit better.
  8176.  
  8177.  
  8178. ------------------------------------------------------------------------
  8179. r71 | joevenzon | 2005-08-06 15:39:01 -0700 (Sat, 06 Aug 2005) | 3 lines
  8180.  
  8181. Better sun reflection.
  8182.  
  8183.  
  8184. ------------------------------------------------------------------------
  8185. r70 | thelusiv | 2005-08-05 08:01:36 -0700 (Fri, 05 Aug 2005) | 3 lines
  8186.  
  8187. Moved rear hinges in and down a little to reduce excessive oversteer. The S2000s still wobble a bit 
  8188. but now they are driftable.
  8189.  
  8190. ------------------------------------------------------------------------
  8191. r69 | thelusiv | 2005-08-03 23:07:31 -0700 (Wed, 03 Aug 2005) | 2 lines
  8192.  
  8193. Adding S2000-R. This car is like the regular S2000, but with +35 HP, Spoon suspension settings, and racing stripes.
  8194.  
  8195. ------------------------------------------------------------------------
  8196. r68 | thelusiv | 2005-08-03 22:56:58 -0700 (Wed, 03 Aug 2005) | 2 lines
  8197.  
  8198. updated s2000 with more colors, new brake lights on fin, and added s2000-R to car list
  8199.  
  8200. ------------------------------------------------------------------------
  8201. r67 | thelusiv | 2005-08-03 19:28:25 -0700 (Wed, 03 Aug 2005) | 2 lines
  8202.  
  8203. moved rear hinges in 0.32
  8204.  
  8205. ------------------------------------------------------------------------
  8206. r66 | thelusiv | 2005-08-03 19:13:16 -0700 (Wed, 03 Aug 2005) | 2 lines
  8207.  
  8208. moved hinges up more and broke front and back weights up and moved them apart
  8209.  
  8210. ------------------------------------------------------------------------
  8211. r65 | thelusiv | 2005-08-03 17:46:38 -0700 (Wed, 03 Aug 2005) | 2 lines
  8212.  
  8213. moved hinge positions up .23 above suspension position
  8214.  
  8215. ------------------------------------------------------------------------
  8216. r64 | thelusiv | 2005-08-03 11:08:13 -0700 (Wed, 03 Aug 2005) | 2 lines
  8217.  
  8218. I think I've got the damn thing fixed now.
  8219.  
  8220. ------------------------------------------------------------------------
  8221. r63 | thelusiv | 2005-08-02 22:21:29 -0700 (Tue, 02 Aug 2005) | 2 lines
  8222.  
  8223. changed s2000 spring rate freq to 1.25
  8224.  
  8225. ------------------------------------------------------------------------
  8226. r62 | thelusiv | 2005-08-02 22:14:26 -0700 (Tue, 02 Aug 2005) | 2 lines
  8227.  
  8228. reduced spring constants using frequency 3
  8229.  
  8230. ------------------------------------------------------------------------
  8231. r61 | thelusiv | 2005-08-02 21:54:47 -0700 (Tue, 02 Aug 2005) | 2 lines
  8232.  
  8233. Updated S2000 suspension once again: moved hinges, recalculated spring constants, and reduced rear bounce and rebound dampers. Eliminated some of the wobbling and improved turnability, but still not quite driftable.
  8234.  
  8235. ------------------------------------------------------------------------
  8236. r60 | joevenzon | 2005-08-02 17:47:44 -0700 (Tue, 02 Aug 2005) | 3 lines
  8237.  
  8238. Fixed include/Makefile.in to include recent additions.
  8239.  
  8240.  
  8241. ------------------------------------------------------------------------
  8242. r59 | joevenzon | 2005-08-02 06:35:53 -0700 (Tue, 02 Aug 2005) | 3 lines
  8243.  
  8244. Updated build scripts to show proper versioning.
  8245.  
  8246.  
  8247. ------------------------------------------------------------------------
  8248. r58 | joevenzon | 2005-07-31 14:09:05 -0700 (Sun, 31 Jul 2005) | 3 lines
  8249.  
  8250. Updated replay code to change tracks.
  8251.  
  8252.  
  8253. ------------------------------------------------------------------------
  8254. r57 | joevenzon | 2005-07-31 13:43:35 -0700 (Sun, 31 Jul 2005) | 3 lines
  8255.  
  8256. Added another track.
  8257.  
  8258.  
  8259. ------------------------------------------------------------------------
  8260. r56 | joevenzon | 2005-07-31 12:43:25 -0700 (Sun, 31 Jul 2005) | 3 lines
  8261.  
  8262. Restructered directories for dynamic track loading.
  8263.  
  8264.  
  8265. ------------------------------------------------------------------------
  8266. r55 | joevenzon | 2005-07-31 10:23:58 -0700 (Sun, 31 Jul 2005) | 3 lines
  8267.  
  8268. Fixed camera positions?
  8269.  
  8270.  
  8271. ------------------------------------------------------------------------
  8272. r54 | joevenzon | 2005-07-31 10:04:09 -0700 (Sun, 31 Jul 2005) | 4 lines
  8273.  
  8274. Set explicit texture clamping modes to fix texture interpolation 
  8275. glitches on some cards.
  8276.  
  8277.  
  8278. ------------------------------------------------------------------------
  8279. r53 | thelusiv | 2005-07-31 09:53:04 -0700 (Sun, 31 Jul 2005) | 3 lines
  8280.  
  8281. reversed first two axes on the view position to be consistent with order of triplets in the rest of 
  8282. the file.
  8283.  
  8284. ------------------------------------------------------------------------
  8285. r52 | joevenzon | 2005-07-31 09:50:49 -0700 (Sun, 31 Jul 2005) | 4 lines
  8286.  
  8287. Made the views in the car .xml file conform to the SAE coordinate 
  8288. system.
  8289.  
  8290.  
  8291. ------------------------------------------------------------------------
  8292. r51 | joevenzon | 2005-07-31 09:44:00 -0700 (Sun, 31 Jul 2005) | 4 lines
  8293.  
  8294. Sized splash.png for people who don't have cards with the OpenGL 
  8295. non-rect texture extensions.
  8296.  
  8297.  
  8298. ------------------------------------------------------------------------
  8299. r50 | joevenzon | 2005-07-31 09:39:30 -0700 (Sun, 31 Jul 2005) | 3 lines
  8300.  
  8301. Added joystick calibration (finally).
  8302.  
  8303.  
  8304. ------------------------------------------------------------------------
  8305. r49 | joevenzon | 2005-07-31 08:26:10 -0700 (Sun, 31 Jul 2005) | 3 lines
  8306.  
  8307. Switched the splash screen back to png, but at a lower resolution.
  8308.  
  8309.  
  8310. ------------------------------------------------------------------------
  8311. r48 | joevenzon | 2005-07-30 17:48:04 -0700 (Sat, 30 Jul 2005) | 3 lines
  8312.  
  8313. Restructured new game menu.
  8314.  
  8315.  
  8316. ------------------------------------------------------------------------
  8317. r47 | joevenzon | 2005-07-30 17:31:54 -0700 (Sat, 30 Jul 2005) | 3 lines
  8318.  
  8319. Additional S2000 paint jobs.
  8320.  
  8321.  
  8322. ------------------------------------------------------------------------
  8323. r46 | joevenzon | 2005-07-30 17:20:33 -0700 (Sat, 30 Jul 2005) | 4 lines
  8324.  
  8325. Added support for multiple paint jobs.  Just add a png in numbered 
  8326. sequence....
  8327.  
  8328.  
  8329. ------------------------------------------------------------------------
  8330. r45 | joevenzon | 2005-07-30 15:27:50 -0700 (Sat, 30 Jul 2005) | 3 lines
  8331.  
  8332. JPG splash screen, colored menu backdrop gradient.
  8333.  
  8334.  
  8335. ------------------------------------------------------------------------
  8336. r44 | thelusiv | 2005-07-30 14:32:29 -0700 (Sat, 30 Jul 2005) | 2 lines
  8337.  
  8338. Added a splash screen graphic to introduce the game.
  8339.  
  8340. ------------------------------------------------------------------------
  8341. r43 | joevenzon | 2005-07-30 11:48:15 -0700 (Sat, 30 Jul 2005) | 6 lines
  8342.  
  8343. The robustness of the replay system has been vastly improved.  Cars 
  8344. should be kept in sync with the recording and hopefully will work 
  8345. properly across computers.  This also lays the groundwork for 
  8346. networked multiplayer syncing.
  8347.  
  8348.  
  8349. ------------------------------------------------------------------------
  8350. r42 | joevenzon | 2005-07-29 22:03:26 -0700 (Fri, 29 Jul 2005) | 5 lines
  8351.  
  8352. Dynamic loading/unloading of tracks and terrain and stuff.  There's no 
  8353. track selection menu yet, but it's now easy to implement -- as is a game 
  8354. type selection or, perhaps, multiplayer....
  8355.  
  8356.  
  8357. ------------------------------------------------------------------------
  8358. r41 | joevenzon | 2005-07-29 18:35:54 -0700 (Fri, 29 Jul 2005) | 3 lines
  8359.  
  8360. Fixed bug in OpenAL sound code.
  8361.  
  8362.  
  8363. ------------------------------------------------------------------------
  8364. r40 | joevenzon | 2005-07-28 18:58:33 -0700 (Thu, 28 Jul 2005) | 3 lines
  8365.  
  8366. Logos, preliminary racing start support.
  8367.  
  8368.  
  8369. ------------------------------------------------------------------------
  8370. r39 | joevenzon | 2005-07-28 18:57:56 -0700 (Thu, 28 Jul 2005) | 3 lines
  8371.  
  8372. Logos added, preliminary support for a racing start.
  8373.  
  8374.  
  8375. ------------------------------------------------------------------------
  8376. r38 | joevenzon | 2005-07-28 17:41:19 -0700 (Thu, 28 Jul 2005) | 3 lines
  8377.  
  8378. Added logo images.
  8379.  
  8380.  
  8381. ------------------------------------------------------------------------
  8382. r37 | thelusiv | 2005-07-26 23:42:27 -0700 (Tue, 26 Jul 2005) | 2 lines
  8383.  
  8384. Added model and texture for starting/finish line. Model's origin is on the ground in the center.
  8385.  
  8386. ------------------------------------------------------------------------
  8387. r36 | joevenzon | 2005-07-26 18:37:10 -0700 (Tue, 26 Jul 2005) | 3 lines
  8388.  
  8389. Added trees.
  8390.  
  8391.  
  8392. ------------------------------------------------------------------------
  8393. r35 | joevenzon | 2005-07-26 17:57:15 -0700 (Tue, 26 Jul 2005) | 3 lines
  8394.  
  8395. Fixed select car crash in openal version.
  8396.  
  8397.  
  8398. ------------------------------------------------------------------------
  8399. r34 | thelusiv | 2005-07-26 10:55:15 -0700 (Tue, 26 Jul 2005) | 2 lines
  8400.  
  8401. Moved hood camera from 1/2 meter in front of in-car cam to 1 meter in front.
  8402.  
  8403. ------------------------------------------------------------------------
  8404. r33 | joevenzon | 2005-07-25 22:01:51 -0700 (Mon, 25 Jul 2005) | 3 lines
  8405.  
  8406. Project files updated to leave build files alone.
  8407.  
  8408.  
  8409. ------------------------------------------------------------------------
  8410. r32 | thelusiv | 2005-07-25 20:48:41 -0700 (Mon, 25 Jul 2005) | 3 lines
  8411.  
  8412. Moved in-car camera in both cars to compensate for larger difference between hood cam and in-car. 
  8413. Finally fixed suspension in the S2000...I think.
  8414.  
  8415. ------------------------------------------------------------------------
  8416. r31 | joevenzon | 2005-07-25 20:37:22 -0700 (Mon, 25 Jul 2005) | 3 lines
  8417.  
  8418. Now the timer is not displayed when the HUD is disabled.
  8419.  
  8420.  
  8421. ------------------------------------------------------------------------
  8422. r30 | thelusiv | 2005-07-24 22:04:06 -0700 (Sun, 24 Jul 2005) | 2 lines
  8423.  
  8424. Updated suspension a little...
  8425.  
  8426. ------------------------------------------------------------------------
  8427. r29 | joevenzon | 2005-07-24 13:13:59 -0700 (Sun, 24 Jul 2005) | 3 lines
  8428.  
  8429. Improved the MPH display.
  8430.  
  8431.  
  8432. ------------------------------------------------------------------------
  8433. r28 | joevenzon | 2005-07-24 12:54:17 -0700 (Sun, 24 Jul 2005) | 3 lines
  8434.  
  8435. Added a digital MPH readout to the speedo.
  8436.  
  8437.  
  8438. ------------------------------------------------------------------------
  8439. r27 | joevenzon | 2005-07-24 12:24:12 -0700 (Sun, 24 Jul 2005) | 3 lines
  8440.  
  8441. Improved lap timer alignment.
  8442.  
  8443.  
  8444. ------------------------------------------------------------------------
  8445. r26 | joevenzon | 2005-07-24 12:18:13 -0700 (Sun, 24 Jul 2005) | 3 lines
  8446.  
  8447. Improved the reliability of the lap timer.
  8448.  
  8449.  
  8450. ------------------------------------------------------------------------
  8451. r25 | thelusiv | 2005-07-24 12:15:19 -0700 (Sun, 24 Jul 2005) | 4 lines
  8452.  
  8453. Moved S2000 engine a little to the right to hopefully counter driver weight slightly, made Mustang 
  8454. brakes smaller (real size) and slightly increased brake friction to compensate. Added exact gear 
  8455. ratios on Mustang from a 2004 GT.
  8456.  
  8457. ------------------------------------------------------------------------
  8458. r24 | joevenzon | 2005-07-24 11:30:44 -0700 (Sun, 24 Jul 2005) | 3 lines
  8459.  
  8460. Forgot to add the graphic....
  8461.  
  8462.  
  8463. ------------------------------------------------------------------------
  8464. r23 | joevenzon | 2005-07-24 11:24:09 -0700 (Sun, 24 Jul 2005) | 3 lines
  8465.  
  8466. Added Chris' timer box.
  8467.  
  8468.  
  8469. ------------------------------------------------------------------------
  8470. r22 | thelusiv | 2005-07-24 11:10:21 -0700 (Sun, 24 Jul 2005) | 2 lines
  8471.  
  8472. S2000 steering exponent back to 1.0, resized mustang brakes
  8473.  
  8474. ------------------------------------------------------------------------
  8475. r21 | thelusiv | 2005-07-24 10:58:22 -0700 (Sun, 24 Jul 2005) | 2 lines
  8476.  
  8477. Erased boxes on speedometer - they were unused and now there's space for something else :)
  8478.  
  8479. ------------------------------------------------------------------------
  8480. r20 | joevenzon | 2005-07-24 10:53:30 -0700 (Sun, 24 Jul 2005) | 3 lines
  8481.  
  8482. Improved the tires so they're similar to the s2000's.
  8483.  
  8484.  
  8485. ------------------------------------------------------------------------
  8486. r19 | joevenzon | 2005-07-24 10:41:04 -0700 (Sun, 24 Jul 2005) | 4 lines
  8487.  
  8488. Tachometer digits changed to sans serif font for consisntency with the 
  8489. speedo.  Tire model further improved and generalized.
  8490.  
  8491.  
  8492. ------------------------------------------------------------------------
  8493. r18 | thelusiv | 2005-07-24 01:31:44 -0700 (Sun, 24 Jul 2005) | 3 lines
  8494.  
  8495. Adjusted rear wheel to have larger tire than front. Adjusted xml file accordingly. Fixed a problem 
  8496. with suspension length.
  8497.  
  8498. ------------------------------------------------------------------------
  8499. r17 | thelusiv | 2005-07-23 23:55:10 -0700 (Sat, 23 Jul 2005) | 2 lines
  8500.  
  8501. Added shadow to inside of wheels.
  8502.  
  8503. ------------------------------------------------------------------------
  8504. r16 | thelusiv | 2005-07-23 23:13:50 -0700 (Sat, 23 Jul 2005) | 3 lines
  8505.  
  8506. Moved hinges and finally got a little oversteer! Lowered the spring constants, bounce and rebound 
  8507. values. Car handles much better now.
  8508.  
  8509. ------------------------------------------------------------------------
  8510. r15 | joevenzon | 2005-07-23 17:06:29 -0700 (Sat, 23 Jul 2005) | 4 lines
  8511.  
  8512. Added a shadow to the arial font for improved readability.  Also changed 
  8513. the color scheme of the controls screen for readability.
  8514.  
  8515.  
  8516. ------------------------------------------------------------------------
  8517. r14 | joevenzon | 2005-07-23 16:51:58 -0700 (Sat, 23 Jul 2005) | 4 lines
  8518.  
  8519. Made a second font, re-did the font system a bit, started using the 
  8520. second font.
  8521.  
  8522.  
  8523. ------------------------------------------------------------------------
  8524. r13 | joevenzon | 2005-07-23 16:05:30 -0700 (Sat, 23 Jul 2005) | 4 lines
  8525.  
  8526. The tire friction model no longer barfs when going over bumps.  Note:  
  8527. the fix for this is kind of a hack, but it seems to work just fine.
  8528.  
  8529.  
  8530. ------------------------------------------------------------------------
  8531. r12 | joevenzon | 2005-07-23 15:57:45 -0700 (Sat, 23 Jul 2005) | 5 lines
  8532.  
  8533. Used Beckman's combination grip formula from the Physics of Racing 
  8534. series.  The RWD vehicles finally behave correctly!  Also, fixed a 
  8535. loading screen bug and made it use the cleaner font.
  8536.  
  8537.  
  8538. ------------------------------------------------------------------------
  8539. r11 | thelusiv | 2005-07-23 15:16:10 -0700 (Sat, 23 Jul 2005) | 2 lines
  8540.  
  8541. Updated menu logo, now a little more opaque, also features new URL.
  8542.  
  8543. ------------------------------------------------------------------------
  8544. r10 | joevenzon | 2005-07-23 13:24:33 -0700 (Sat, 23 Jul 2005) | 4 lines
  8545.  
  8546. Tire physics have been completely re-written, but do not yet feature the 
  8547. planned improvements.
  8548.  
  8549.  
  8550. ------------------------------------------------------------------------
  8551. r9 | thelusiv | 2005-07-23 11:29:12 -0700 (Sat, 23 Jul 2005) | 3 lines
  8552.  
  8553. Added more weight to the car, reduced engine weight, and moved the suspension hinges in an attempt to 
  8554. reduce understeer
  8555.  
  8556. ------------------------------------------------------------------------
  8557. r8 | joevenzon | 2005-07-22 07:41:38 -0700 (Fri, 22 Jul 2005) | 5 lines
  8558.  
  8559. Added some sanity checks to tire friction forces, updated s2000.xml to 
  8560. use suspension and tire coefficients from an s2000 spoon made for Racer, 
  8561. and updated the mustang to use alpine's tire data.
  8562.  
  8563.  
  8564. ------------------------------------------------------------------------
  8565. r7 | joevenzon | 2005-07-21 17:26:11 -0700 (Thu, 21 Jul 2005) | 5 lines
  8566.  
  8567. There are now separate models and textures for front/rear wheels.  The selected car is now 
  8568. stored more reliably.  The mustang is now running on some 16" all-season tires -- makes it 
  8569. much tougher to drive!
  8570.  
  8571.  
  8572. ------------------------------------------------------------------------
  8573. r6 | joevenzon | 2005-07-21 17:06:05 -0700 (Thu, 21 Jul 2005) | 4 lines
  8574.  
  8575. Updated TODO.  Also, SVN will end up updating a bunch of my user preference files, 
  8576. unfortunately.
  8577.  
  8578.  
  8579. ------------------------------------------------------------------------
  8580. r5 | joevenzon | 2005-07-21 02:36:48 -0700 (Thu, 21 Jul 2005) | 3 lines
  8581.  
  8582. moved center of wheel back, adjusted suspension, weight, engine location, contact points, wheel 
  8583. location, and more
  8584.  
  8585. ------------------------------------------------------------------------
  8586. r4 | joevenzon | 2005-07-21 00:06:02 -0700 (Thu, 21 Jul 2005) | 1 line
  8587.  
  8588. new values for S2000's tires and brakes
  8589. ------------------------------------------------------------------------
  8590. r3 | joevenzon | 2005-07-20 20:25:32 -0700 (Wed, 20 Jul 2005) | 3 lines
  8591.  
  8592. Fixed the mustang's mass and drivetrain inertia.
  8593.  
  8594.  
  8595. ------------------------------------------------------------------------
  8596. r2 | joevenzon | 2005-07-20 18:11:16 -0700 (Wed, 20 Jul 2005) | 1 line
  8597.  
  8598. Autotools updated by Jens Granseuer, you can now do ./configure --with-fmod if you want fmod, or a plain configure without options for OpenAL.  Also fixed remaining replay crashes.
  8599. ------------------------------------------------------------------------
  8600. r1 | thelusiv | 2005-07-19 23:31:32 -0700 (Tue, 19 Jul 2005) | 2 lines
  8601.  
  8602. Initial import of 2005-07-18 (OpenAL) release
  8603.  
  8604. ------------------------------------------------------------------------
  8605.